Class: Aws::Types::DescribeInstancePropertiesResult
- Inherits:
-
Object
- Object
- Aws::Types::DescribeInstancePropertiesResult
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#instance_properties ⇒ ::Array[Types::InstanceProperty]
Returns the value of attribute instance_properties.
-
#next_token ⇒ ::String
Returns the value of attribute next_token.
Instance Attribute Details
#instance_properties ⇒ ::Array[Types::InstanceProperty]
Returns the value of attribute instance_properties.
1245 1246 1247 |
# File 'sig/types.rbs', line 1245 def instance_properties @instance_properties end |
#next_token ⇒ ::String
Returns the value of attribute next_token.
1246 1247 1248 |
# File 'sig/types.rbs', line 1246 def next_token @next_token end |