Class: Aws::Types::DescribeAppVersionAppComponentRequest
- Inherits:
-
Object
- Object
- Aws::Types::DescribeAppVersionAppComponentRequest
- 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.
-
#id ⇒ ::String
Returns the value of attribute id.
Instance Attribute Details
#app_arn ⇒ ::String
Returns the value of attribute app_arn.
485 486 487 |
# File 'sig/types.rbs', line 485 def app_arn @app_arn end |
#app_version ⇒ ::String
Returns the value of attribute app_version.
486 487 488 |
# File 'sig/types.rbs', line 486 def app_version @app_version end |
#id ⇒ ::String
Returns the value of attribute id.
487 488 489 |
# File 'sig/types.rbs', line 487 def id @id end |