Class: Aws::Types::Resource
- Inherits:
-
Object
- Object
- Aws::Types::Resource
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#account_id ⇒ ::String
Returns the value of attribute account_id.
-
#uri ⇒ ::String
Returns the value of attribute uri.
Instance Attribute Details
#account_id ⇒ ::String
Returns the value of attribute account_id.
1025 1026 1027 |
# File 'sig/types.rbs', line 1025 def account_id @account_id end |
#uri ⇒ ::String
Returns the value of attribute uri.
1024 1025 1026 |
# File 'sig/types.rbs', line 1024 def uri @uri end |