Class: Aws::Types::ListGrantsRequest
- Inherits:
-
Object
- Object
- Aws::Types::ListGrantsRequest
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#grant_id ⇒ ::String
Returns the value of attribute grant_id.
-
#grantee_principal ⇒ ::String
Returns the value of attribute grantee_principal.
-
#grantee_service_principal ⇒ ::String
Returns the value of attribute grantee_service_principal.
-
#key_id ⇒ ::String
Returns the value of attribute key_id.
-
#limit ⇒ ::Integer
Returns the value of attribute limit.
-
#marker ⇒ ::String
Returns the value of attribute marker.
Instance Attribute Details
#grant_id ⇒ ::String
Returns the value of attribute grant_id.
693 694 695 |
# File 'sig/types.rbs', line 693 def grant_id @grant_id end |
#grantee_principal ⇒ ::String
Returns the value of attribute grantee_principal.
694 695 696 |
# File 'sig/types.rbs', line 694 def grantee_principal @grantee_principal end |
#grantee_service_principal ⇒ ::String
Returns the value of attribute grantee_service_principal.
695 696 697 |
# File 'sig/types.rbs', line 695 def grantee_service_principal @grantee_service_principal end |
#key_id ⇒ ::String
Returns the value of attribute key_id.
692 693 694 |
# File 'sig/types.rbs', line 692 def key_id @key_id end |
#limit ⇒ ::Integer
Returns the value of attribute limit.
690 691 692 |
# File 'sig/types.rbs', line 690 def limit @limit end |
#marker ⇒ ::String
Returns the value of attribute marker.
691 692 693 |
# File 'sig/types.rbs', line 691 def marker @marker end |