Class: Aws::Types::UpdateAppVersionResourceRequest
- Inherits:
-
Object
- Object
- Aws::Types::UpdateAppVersionResourceRequest
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#additional_info ⇒ ::Hash[::String, ::Array[::String]]
Returns the value of attribute additional_info.
-
#app_arn ⇒ ::String
Returns the value of attribute app_arn.
-
#app_components ⇒ ::Array[::String]
Returns the value of attribute app_components.
-
#aws_account_id ⇒ ::String
Returns the value of attribute aws_account_id.
-
#aws_region ⇒ ::String
Returns the value of attribute aws_region.
-
#excluded ⇒ Boolean
Returns the value of attribute excluded.
-
#logical_resource_id ⇒ Types::LogicalResourceId
Returns the value of attribute logical_resource_id.
-
#physical_resource_id ⇒ ::String
Returns the value of attribute physical_resource_id.
-
#resource_name ⇒ ::String
Returns the value of attribute resource_name.
-
#resource_type ⇒ ::String
Returns the value of attribute resource_type.
Instance Attribute Details
#additional_info ⇒ ::Hash[::String, ::Array[::String]]
Returns the value of attribute additional_info.
1411 1412 1413 |
# File 'sig/types.rbs', line 1411 def additional_info @additional_info end |
#app_arn ⇒ ::String
Returns the value of attribute app_arn.
1412 1413 1414 |
# File 'sig/types.rbs', line 1412 def app_arn @app_arn end |
#app_components ⇒ ::Array[::String]
Returns the value of attribute app_components.
1413 1414 1415 |
# File 'sig/types.rbs', line 1413 def app_components @app_components end |
#aws_account_id ⇒ ::String
Returns the value of attribute aws_account_id.
1414 1415 1416 |
# File 'sig/types.rbs', line 1414 def aws_account_id @aws_account_id end |
#aws_region ⇒ ::String
Returns the value of attribute aws_region.
1415 1416 1417 |
# File 'sig/types.rbs', line 1415 def aws_region @aws_region end |
#excluded ⇒ Boolean
Returns the value of attribute excluded.
1416 1417 1418 |
# File 'sig/types.rbs', line 1416 def excluded @excluded end |
#logical_resource_id ⇒ Types::LogicalResourceId
Returns the value of attribute logical_resource_id.
1417 1418 1419 |
# File 'sig/types.rbs', line 1417 def logical_resource_id @logical_resource_id end |
#physical_resource_id ⇒ ::String
Returns the value of attribute physical_resource_id.
1418 1419 1420 |
# File 'sig/types.rbs', line 1418 def physical_resource_id @physical_resource_id end |
#resource_name ⇒ ::String
Returns the value of attribute resource_name.
1419 1420 1421 |
# File 'sig/types.rbs', line 1419 def resource_name @resource_name end |
#resource_type ⇒ ::String
Returns the value of attribute resource_type.
1420 1421 1422 |
# File 'sig/types.rbs', line 1420 def resource_type @resource_type end |