AWSEC2InstanceState
No description
type AWSEC2InstanceState {
code: Int!
state: AWSEC2InstanceStateType!
}
Fields
AWSEC2InstanceState.code ● Int! non-null scalar
The state of the instance as a 16-bit unsigned integer The range: 2^8 - (2^16)-1 = 256 - 65,535
AWSEC2InstanceState.state ● AWSEC2InstanceStateType! non-null enum
The current state of the instance
Member of
AWSEC2Instance object