Class: Aws::Types::LaunchInstancesResult
- Inherits:
-
Object
- Object
- Aws::Types::LaunchInstancesResult
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#auto_scaling_group_name ⇒ ::String
Returns the value of attribute auto_scaling_group_name.
-
#client_token ⇒ ::String
Returns the value of attribute client_token.
-
#errors ⇒ ::Array[Types::LaunchInstancesError]
Returns the value of attribute errors.
-
#instances ⇒ ::Array[Types::InstanceCollection]
Returns the value of attribute instances.
Instance Attribute Details
#auto_scaling_group_name ⇒ ::String
Returns the value of attribute auto_scaling_group_name.
945 946 947 |
# File 'sig/types.rbs', line 945 def auto_scaling_group_name @auto_scaling_group_name end |
#client_token ⇒ ::String
Returns the value of attribute client_token.
946 947 948 |
# File 'sig/types.rbs', line 946 def client_token @client_token end |
#errors ⇒ ::Array[Types::LaunchInstancesError]
Returns the value of attribute errors.
948 949 950 |
# File 'sig/types.rbs', line 948 def errors @errors end |
#instances ⇒ ::Array[Types::InstanceCollection]
Returns the value of attribute instances.
947 948 949 |
# File 'sig/types.rbs', line 947 def instances @instances end |