Class: Aws::Types::AddDraftAppVersionResourceMappingsRequest
- Inherits:
-
Object
- Object
- Aws::Types::AddDraftAppVersionResourceMappingsRequest
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#app_arn ⇒ ::String
Returns the value of attribute app_arn.
-
#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.
34 35 36 |
# File 'sig/types.rbs', line 34 def app_arn @app_arn end |
#resource_mappings ⇒ ::Array[Types::ResourceMapping]
Returns the value of attribute resource_mappings.
35 36 37 |
# File 'sig/types.rbs', line 35 def resource_mappings @resource_mappings end |