Class: Aws::Types::PhysicalResourceId
- Inherits:
-
Object
- Object
- Aws::Types::PhysicalResourceId
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#aws_account_id ⇒ ::String
Returns the value of attribute aws_account_id.
-
#aws_region ⇒ ::String
Returns the value of attribute aws_region.
-
#identifier ⇒ ::String
Returns the value of attribute identifier.
-
#type ⇒ "Arn", "Native"
Returns the value of attribute type.
Instance Attribute Details
#aws_account_id ⇒ ::String
Returns the value of attribute aws_account_id.
1053 1054 1055 |
# File 'sig/types.rbs', line 1053 def aws_account_id @aws_account_id end |
#aws_region ⇒ ::String
Returns the value of attribute aws_region.
1054 1055 1056 |
# File 'sig/types.rbs', line 1054 def aws_region @aws_region end |
#identifier ⇒ ::String
Returns the value of attribute identifier.
1055 1056 1057 |
# File 'sig/types.rbs', line 1055 def identifier @identifier end |
#type ⇒ "Arn", "Native"
Returns the value of attribute type.
1056 1057 1058 |
# File 'sig/types.rbs', line 1056 def type @type end |