Class: Aws::Types::LaunchConfigurationsType
- Inherits:
-
Object
- Object
- Aws::Types::LaunchConfigurationsType
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#launch_configurations ⇒ ::Array[Types::LaunchConfiguration]
Returns the value of attribute launch_configurations.
-
#next_token ⇒ ::String
Returns the value of attribute next_token.
Instance Attribute Details
#launch_configurations ⇒ ::Array[Types::LaunchConfiguration]
Returns the value of attribute launch_configurations.
905 906 907 |
# File 'sig/types.rbs', line 905 def launch_configurations @launch_configurations end |
#next_token ⇒ ::String
Returns the value of attribute next_token.
906 907 908 |
# File 'sig/types.rbs', line 906 def next_token @next_token end |