Class: Aws::Types::Resource
- Inherits:
-
Object
- Object
- Aws::Types::Resource
- 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.
-
#resource_type ⇒ ::String
Returns the value of attribute resource_type.
Instance Attribute Details
#aws_account_id ⇒ ::String
Returns the value of attribute aws_account_id.
1084 1085 1086 |
# File 'sig/types.rbs', line 1084 def aws_account_id @aws_account_id end |
#aws_region ⇒ ::String
Returns the value of attribute aws_region.
1083 1084 1085 |
# File 'sig/types.rbs', line 1083 def aws_region @aws_region end |
#identifier ⇒ ::String
Returns the value of attribute identifier.
1082 1083 1084 |
# File 'sig/types.rbs', line 1082 def identifier @identifier end |
#resource_type ⇒ ::String
Returns the value of attribute resource_type.
1085 1086 1087 |
# File 'sig/types.rbs', line 1085 def resource_type @resource_type end |