Class: Aws::Types::CreatePlatformVersionRequest
- Inherits:
-
Object
- Object
- Aws::Types::CreatePlatformVersionRequest
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#environment_name ⇒ ::String
Returns the value of attribute environment_name.
-
#option_settings ⇒ ::Array[Types::ConfigurationOptionSetting]
Returns the value of attribute option_settings.
-
#platform_definition_bundle ⇒ Types::S3Location
Returns the value of attribute platform_definition_bundle.
-
#platform_name ⇒ ::String
Returns the value of attribute platform_name.
-
#platform_version ⇒ ::String
Returns the value of attribute platform_version.
-
#tags ⇒ ::Array[Types::Tag]
Returns the value of attribute tags.
Instance Attribute Details
#environment_name ⇒ ::String
Returns the value of attribute environment_name.
282 283 284 |
# File 'sig/types.rbs', line 282 def environment_name @environment_name end |
#option_settings ⇒ ::Array[Types::ConfigurationOptionSetting]
Returns the value of attribute option_settings.
283 284 285 |
# File 'sig/types.rbs', line 283 def option_settings @option_settings end |
#platform_definition_bundle ⇒ Types::S3Location
Returns the value of attribute platform_definition_bundle.
281 282 283 |
# File 'sig/types.rbs', line 281 def platform_definition_bundle @platform_definition_bundle end |
#platform_name ⇒ ::String
Returns the value of attribute platform_name.
279 280 281 |
# File 'sig/types.rbs', line 279 def platform_name @platform_name end |
#platform_version ⇒ ::String
Returns the value of attribute platform_version.
280 281 282 |
# File 'sig/types.rbs', line 280 def platform_version @platform_version end |
#tags ⇒ ::Array[Types::Tag]
Returns the value of attribute tags.
284 285 286 |
# File 'sig/types.rbs', line 284 def end |