Class: Aws::Types::RemoveDraftAppVersionResourceMappingsRequest
- Inherits:
-
Object
- Object
- Aws::Types::RemoveDraftAppVersionResourceMappingsRequest
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#app_arn ⇒ ::String
Returns the value of attribute app_arn.
-
#app_registry_app_names ⇒ ::Array[::String]
Returns the value of attribute app_registry_app_names.
-
#eks_source_names ⇒ ::Array[::String]
Returns the value of attribute eks_source_names.
-
#logical_stack_names ⇒ ::Array[::String]
Returns the value of attribute logical_stack_names.
-
#resource_group_names ⇒ ::Array[::String]
Returns the value of attribute resource_group_names.
-
#resource_names ⇒ ::Array[::String]
Returns the value of attribute resource_names.
-
#terraform_source_names ⇒ ::Array[::String]
Returns the value of attribute terraform_source_names.
Instance Attribute Details
#app_arn ⇒ ::String
Returns the value of attribute app_arn.
1144 1145 1146 |
# File 'sig/types.rbs', line 1144 def app_arn @app_arn end |
#app_registry_app_names ⇒ ::Array[::String]
Returns the value of attribute app_registry_app_names.
1145 1146 1147 |
# File 'sig/types.rbs', line 1145 def app_registry_app_names @app_registry_app_names end |
#eks_source_names ⇒ ::Array[::String]
Returns the value of attribute eks_source_names.
1146 1147 1148 |
# File 'sig/types.rbs', line 1146 def eks_source_names @eks_source_names end |
#logical_stack_names ⇒ ::Array[::String]
Returns the value of attribute logical_stack_names.
1147 1148 1149 |
# File 'sig/types.rbs', line 1147 def logical_stack_names @logical_stack_names end |
#resource_group_names ⇒ ::Array[::String]
Returns the value of attribute resource_group_names.
1148 1149 1150 |
# File 'sig/types.rbs', line 1148 def resource_group_names @resource_group_names end |
#resource_names ⇒ ::Array[::String]
Returns the value of attribute resource_names.
1149 1150 1151 |
# File 'sig/types.rbs', line 1149 def resource_names @resource_names end |
#terraform_source_names ⇒ ::Array[::String]
Returns the value of attribute terraform_source_names.
1150 1151 1152 |
# File 'sig/types.rbs', line 1150 def terraform_source_names @terraform_source_names end |