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.
1134 1135 1136 |
# File 'sig/types.rbs', line 1134 def aws_account_id @aws_account_id end |
#aws_region ⇒ ::String
Returns the value of attribute aws_region.
1133 1134 1135 |
# File 'sig/types.rbs', line 1133 def aws_region @aws_region end |
#identifier ⇒ ::String
Returns the value of attribute identifier.
1132 1133 1134 |
# File 'sig/types.rbs', line 1132 def identifier @identifier end |
#resource_type ⇒ ::String
Returns the value of attribute resource_type.
1135 1136 1137 |
# File 'sig/types.rbs', line 1135 def resource_type @resource_type end |