Class: Aws::Types::DeleteAppVersionResourceRequest
- Inherits:
-
Object
- Object
- Aws::Types::DeleteAppVersionResourceRequest
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#app_arn ⇒ ::String
Returns the value of attribute app_arn.
-
#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.
Instance Attribute Details
#app_arn ⇒ ::String
Returns the value of attribute app_arn.
424 425 426 |
# File 'sig/types.rbs', line 424 def app_arn @app_arn end |
#aws_account_id ⇒ ::String
Returns the value of attribute aws_account_id.
425 426 427 |
# File 'sig/types.rbs', line 425 def aws_account_id @aws_account_id end |
#aws_region ⇒ ::String
Returns the value of attribute aws_region.
426 427 428 |
# File 'sig/types.rbs', line 426 def aws_region @aws_region end |
#client_token ⇒ ::String
Returns the value of attribute client_token.
427 428 429 |
# File 'sig/types.rbs', line 427 def client_token @client_token end |
#logical_resource_id ⇒ Types::LogicalResourceId
Returns the value of attribute logical_resource_id.
428 429 430 |
# File 'sig/types.rbs', line 428 def logical_resource_id @logical_resource_id end |
#physical_resource_id ⇒ ::String
Returns the value of attribute physical_resource_id.
429 430 431 |
# File 'sig/types.rbs', line 429 def physical_resource_id @physical_resource_id end |
#resource_name ⇒ ::String
Returns the value of attribute resource_name.
430 431 432 |
# File 'sig/types.rbs', line 430 def resource_name @resource_name end |