Class: Aws::Types::DescribeAppVersionResourceRequest
- Inherits:
-
Object
- Object
- Aws::Types::DescribeAppVersionResourceRequest
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#app_arn ⇒ ::String
Returns the value of attribute app_arn.
-
#app_version ⇒ ::String
Returns the value of attribute app_version.
-
#aws_account_id ⇒ ::String
Returns the value of attribute aws_account_id.
-
#aws_region ⇒ ::String
Returns the value of attribute aws_region.
-
#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.
505 506 507 |
# File 'sig/types.rbs', line 505 def app_arn @app_arn end |
#app_version ⇒ ::String
Returns the value of attribute app_version.
506 507 508 |
# File 'sig/types.rbs', line 506 def app_version @app_version end |
#aws_account_id ⇒ ::String
Returns the value of attribute aws_account_id.
507 508 509 |
# File 'sig/types.rbs', line 507 def aws_account_id @aws_account_id end |
#aws_region ⇒ ::String
Returns the value of attribute aws_region.
508 509 510 |
# File 'sig/types.rbs', line 508 def aws_region @aws_region end |
#logical_resource_id ⇒ Types::LogicalResourceId
Returns the value of attribute logical_resource_id.
509 510 511 |
# File 'sig/types.rbs', line 509 def logical_resource_id @logical_resource_id end |
#physical_resource_id ⇒ ::String
Returns the value of attribute physical_resource_id.
510 511 512 |
# File 'sig/types.rbs', line 510 def physical_resource_id @physical_resource_id end |
#resource_name ⇒ ::String
Returns the value of attribute resource_name.
511 512 513 |
# File 'sig/types.rbs', line 511 def resource_name @resource_name end |