Class: Aws::Types::GetResourcesRequest
- Inherits:
-
Object
- Object
- Aws::Types::GetResourcesRequest
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#embed ⇒ ::Array[::String]
Returns the value of attribute embed.
-
#limit ⇒ ::Integer
Returns the value of attribute limit.
-
#position ⇒ ::String
Returns the value of attribute position.
-
#rest_api_id ⇒ ::String
Returns the value of attribute rest_api_id.
Instance Attribute Details
#embed ⇒ ::Array[::String]
Returns the value of attribute embed.
805 806 807 |
# File 'sig/types.rbs', line 805 def @embed end |
#limit ⇒ ::Integer
Returns the value of attribute limit.
804 805 806 |
# File 'sig/types.rbs', line 804 def limit @limit end |
#position ⇒ ::String
Returns the value of attribute position.
803 804 805 |
# File 'sig/types.rbs', line 803 def position @position end |
#rest_api_id ⇒ ::String
Returns the value of attribute rest_api_id.
802 803 804 |
# File 'sig/types.rbs', line 802 def rest_api_id @rest_api_id end |