Class: Aws::Types::DescribeInstancesInput
- Inherits:
-
Object
- Object
- Aws::Types::DescribeInstancesInput
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#fleet_id ⇒ ::String
Returns the value of attribute fleet_id.
-
#instance_id ⇒ ::String
Returns the value of attribute instance_id.
-
#limit ⇒ ::Integer
Returns the value of attribute limit.
-
#location ⇒ ::String
Returns the value of attribute location.
-
#next_token ⇒ ::String
Returns the value of attribute next_token.
Instance Attribute Details
#fleet_id ⇒ ::String
Returns the value of attribute fleet_id.
962 963 964 |
# File 'sig/types.rbs', line 962 def fleet_id @fleet_id end |
#instance_id ⇒ ::String
Returns the value of attribute instance_id.
963 964 965 |
# File 'sig/types.rbs', line 963 def instance_id @instance_id end |
#limit ⇒ ::Integer
Returns the value of attribute limit.
964 965 966 |
# File 'sig/types.rbs', line 964 def limit @limit end |
#location ⇒ ::String
Returns the value of attribute location.
966 967 968 |
# File 'sig/types.rbs', line 966 def location @location end |
#next_token ⇒ ::String
Returns the value of attribute next_token.
965 966 967 |
# File 'sig/types.rbs', line 965 def next_token @next_token end |