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.
933 934 935 |
# File 'sig/types.rbs', line 933 def auto_scaling_group_name @auto_scaling_group_name end |
#client_token ⇒ ::String
Returns the value of attribute client_token.
934 935 936 |
# File 'sig/types.rbs', line 934 def client_token @client_token end |
#errors ⇒ ::Array[Types::LaunchInstancesError]
Returns the value of attribute errors.
936 937 938 |
# File 'sig/types.rbs', line 936 def errors @errors end |
#instances ⇒ ::Array[Types::InstanceCollection]
Returns the value of attribute instances.
935 936 937 |
# File 'sig/types.rbs', line 935 def instances @instances end |