Class: Aws::Types::CreateAppVersionResourceRequest
- Inherits:
-
Object
- Object
- Aws::Types::CreateAppVersionResourceRequest
- 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.
-
#client_token ⇒ ::String
Returns the value of attribute client_token.
-
#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.
317 318 319 |
# File 'sig/types.rbs', line 317 def additional_info @additional_info end |
#app_arn ⇒ ::String
Returns the value of attribute app_arn.
318 319 320 |
# File 'sig/types.rbs', line 318 def app_arn @app_arn end |
#app_components ⇒ ::Array[::String]
Returns the value of attribute app_components.
319 320 321 |
# File 'sig/types.rbs', line 319 def app_components @app_components end |
#aws_account_id ⇒ ::String
Returns the value of attribute aws_account_id.
320 321 322 |
# File 'sig/types.rbs', line 320 def aws_account_id @aws_account_id end |
#aws_region ⇒ ::String
Returns the value of attribute aws_region.
321 322 323 |
# File 'sig/types.rbs', line 321 def aws_region @aws_region end |
#client_token ⇒ ::String
Returns the value of attribute client_token.
322 323 324 |
# File 'sig/types.rbs', line 322 def client_token @client_token end |
#logical_resource_id ⇒ Types::LogicalResourceId
Returns the value of attribute logical_resource_id.
323 324 325 |
# File 'sig/types.rbs', line 323 def logical_resource_id @logical_resource_id end |
#physical_resource_id ⇒ ::String
Returns the value of attribute physical_resource_id.
324 325 326 |
# File 'sig/types.rbs', line 324 def physical_resource_id @physical_resource_id end |
#resource_name ⇒ ::String
Returns the value of attribute resource_name.
325 326 327 |
# File 'sig/types.rbs', line 325 def resource_name @resource_name end |
#resource_type ⇒ ::String
Returns the value of attribute resource_type.
326 327 328 |
# File 'sig/types.rbs', line 326 def resource_type @resource_type end |