Class: Aws::Types::GetResourceRequest
- Inherits:
-
Object
- Object
- Aws::Types::GetResourceRequest
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#embed ⇒ ::Array[::String]
Returns the value of attribute embed.
-
#resource_id ⇒ ::String
Returns the value of attribute resource_id.
-
#rest_api_id ⇒ ::String
Returns the value of attribute rest_api_id.
Instance Attribute Details
#embed ⇒ ::Array[::String]
Returns the value of attribute embed.
797 798 799 |
# File 'sig/types.rbs', line 797 def end |
#resource_id ⇒ ::String
Returns the value of attribute resource_id.
796 797 798 |
# File 'sig/types.rbs', line 796 def resource_id @resource_id end |
#rest_api_id ⇒ ::String
Returns the value of attribute rest_api_id.
795 796 797 |
# File 'sig/types.rbs', line 795 def rest_api_id @rest_api_id end |