Class: Aws::Types::ListPolicyGrantsInput
- Inherits:
-
Object
- Object
- Aws::Types::ListPolicyGrantsInput
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#domain_identifier ⇒ ::String
Returns the value of attribute domain_identifier.
-
#entity_identifier ⇒ ::String
Returns the value of attribute entity_identifier.
-
#entity_type ⇒ "DOMAIN_UNIT", ...
Returns the value of attribute entity_type.
-
#max_results ⇒ ::Integer
Returns the value of attribute max_results.
-
#next_token ⇒ ::String
Returns the value of attribute next_token.
-
#policy_type ⇒ "CREATE_DOMAIN_UNIT", ...
Returns the value of attribute policy_type.
Instance Attribute Details
#domain_identifier ⇒ ::String
Returns the value of attribute domain_identifier.
4217 4218 4219 |
# File 'sig/types.rbs', line 4217 def domain_identifier @domain_identifier end |
#entity_identifier ⇒ ::String
Returns the value of attribute entity_identifier.
4219 4220 4221 |
# File 'sig/types.rbs', line 4219 def entity_identifier @entity_identifier end |
#entity_type ⇒ "DOMAIN_UNIT", ...
Returns the value of attribute entity_type.
4218 4219 4220 |
# File 'sig/types.rbs', line 4218 def entity_type @entity_type end |
#max_results ⇒ ::Integer
Returns the value of attribute max_results.
4221 4222 4223 |
# File 'sig/types.rbs', line 4221 def max_results @max_results end |
#next_token ⇒ ::String
Returns the value of attribute next_token.
4222 4223 4224 |
# File 'sig/types.rbs', line 4222 def next_token @next_token end |
#policy_type ⇒ "CREATE_DOMAIN_UNIT", ...
Returns the value of attribute policy_type.
4220 4221 4222 |
# File 'sig/types.rbs', line 4220 def policy_type @policy_type end |