Class: Aws::Types::GetResourcesRequest
- Inherits:
-
Object
- Object
- Aws::Types::GetResourcesRequest
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#authentication_token ⇒ ::String
Returns the value of attribute authentication_token.
-
#collection_type ⇒ "SHARED_WITH_ME"
Returns the value of attribute collection_type.
-
#limit ⇒ ::Integer
Returns the value of attribute limit.
-
#marker ⇒ ::String
Returns the value of attribute marker.
-
#user_id ⇒ ::String
Returns the value of attribute user_id.
Instance Attribute Details
#authentication_token ⇒ ::String
Returns the value of attribute authentication_token.
569 570 571 |
# File 'sig/types.rbs', line 569 def authentication_token @authentication_token end |
#collection_type ⇒ "SHARED_WITH_ME"
Returns the value of attribute collection_type.
571 572 573 |
# File 'sig/types.rbs', line 571 def collection_type @collection_type end |
#limit ⇒ ::Integer
Returns the value of attribute limit.
572 573 574 |
# File 'sig/types.rbs', line 572 def limit @limit end |
#marker ⇒ ::String
Returns the value of attribute marker.
573 574 575 |
# File 'sig/types.rbs', line 573 def marker @marker end |
#user_id ⇒ ::String
Returns the value of attribute user_id.
570 571 572 |
# File 'sig/types.rbs', line 570 def user_id @user_id end |