Class: Aws::Types::CreateResourceRequest
- Inherits:
-
Object
- Object
- Aws::Types::CreateResourceRequest
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#parent_id ⇒ ::String
Returns the value of attribute parent_id.
-
#path_part ⇒ ::String
Returns the value of attribute path_part.
-
#rest_api_id ⇒ ::String
Returns the value of attribute rest_api_id.
Instance Attribute Details
#parent_id ⇒ ::String
Returns the value of attribute parent_id.
236 237 238 |
# File 'sig/types.rbs', line 236 def parent_id @parent_id end |
#path_part ⇒ ::String
Returns the value of attribute path_part.
237 238 239 |
# File 'sig/types.rbs', line 237 def path_part @path_part end |
#rest_api_id ⇒ ::String
Returns the value of attribute rest_api_id.
235 236 237 |
# File 'sig/types.rbs', line 235 def rest_api_id @rest_api_id end |