Class: Aws::Types::Resource
- Inherits:
-
Object
- Object
- Aws::Types::Resource
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#id ⇒ ::String
Returns the value of attribute id.
-
#parent_id ⇒ ::String
Returns the value of attribute parent_id.
-
#path ⇒ ::String
Returns the value of attribute path.
-
#path_part ⇒ ::String
Returns the value of attribute path_part.
-
#resource_methods ⇒ ::Hash[::String, Types::Method]
Returns the value of attribute resource_methods.
Instance Attribute Details
#id ⇒ ::String
Returns the value of attribute id.
1152 1153 1154 |
# File 'sig/types.rbs', line 1152 def id @id end |
#parent_id ⇒ ::String
Returns the value of attribute parent_id.
1153 1154 1155 |
# File 'sig/types.rbs', line 1153 def parent_id @parent_id end |
#path ⇒ ::String
Returns the value of attribute path.
1155 1156 1157 |
# File 'sig/types.rbs', line 1155 def path @path end |
#path_part ⇒ ::String
Returns the value of attribute path_part.
1154 1155 1156 |
# File 'sig/types.rbs', line 1154 def path_part @path_part end |
#resource_methods ⇒ ::Hash[::String, Types::Method]
Returns the value of attribute resource_methods.
1156 1157 1158 |
# File 'sig/types.rbs', line 1156 def resource_methods @resource_methods end |