Class: Aws::Types::AddDraftAppVersionResourceMappingsResponse
- Inherits:
-
Object
- Object
- Aws::Types::AddDraftAppVersionResourceMappingsResponse
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#app_arn ⇒ ::String
Returns the value of attribute app_arn.
-
#app_version ⇒ ::String
Returns the value of attribute app_version.
-
#resource_mappings ⇒ ::Array[Types::ResourceMapping]
Returns the value of attribute resource_mappings.
Instance Attribute Details
#app_arn ⇒ ::String
Returns the value of attribute app_arn.
40 41 42 |
# File 'sig/types.rbs', line 40 def app_arn @app_arn end |
#app_version ⇒ ::String
Returns the value of attribute app_version.
41 42 43 |
# File 'sig/types.rbs', line 41 def app_version @app_version end |
#resource_mappings ⇒ ::Array[Types::ResourceMapping]
Returns the value of attribute resource_mappings.
42 43 44 |
# File 'sig/types.rbs', line 42 def resource_mappings @resource_mappings end |