Class: Aws::Types::ListRetirableGrantsRequest
- Inherits:
-
Object
- Object
- Aws::Types::ListRetirableGrantsRequest
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#limit ⇒ ::Integer
Returns the value of attribute limit.
-
#marker ⇒ ::String
Returns the value of attribute marker.
-
#retiring_principal ⇒ ::String
Returns the value of attribute retiring_principal.
-
#retiring_service_principal ⇒ ::String
Returns the value of attribute retiring_service_principal.
Instance Attribute Details
#limit ⇒ ::Integer
Returns the value of attribute limit.
763 764 765 |
# File 'sig/types.rbs', line 763 def limit @limit end |
#marker ⇒ ::String
Returns the value of attribute marker.
764 765 766 |
# File 'sig/types.rbs', line 764 def marker @marker end |
#retiring_principal ⇒ ::String
Returns the value of attribute retiring_principal.
765 766 767 |
# File 'sig/types.rbs', line 765 def retiring_principal @retiring_principal end |
#retiring_service_principal ⇒ ::String
Returns the value of attribute retiring_service_principal.
766 767 768 |
# File 'sig/types.rbs', line 766 def retiring_service_principal @retiring_service_principal end |