Class: Aws::Types::RemovePolicyGrantInput
- Inherits:
-
Object
- Object
- Aws::Types::RemovePolicyGrantInput
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#client_token ⇒ ::String
Returns the value of attribute client_token.
-
#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.
-
#grant_identifier ⇒ ::String
Returns the value of attribute grant_identifier.
-
#policy_type ⇒ "CREATE_DOMAIN_UNIT", ...
Returns the value of attribute policy_type.
-
#principal ⇒ Types::PolicyGrantPrincipal
Returns the value of attribute principal.
Instance Attribute Details
#client_token ⇒ ::String
Returns the value of attribute client_token.
5325 5326 5327 |
# File 'sig/types.rbs', line 5325 def client_token @client_token end |
#domain_identifier ⇒ ::String
Returns the value of attribute domain_identifier.
5319 5320 5321 |
# File 'sig/types.rbs', line 5319 def domain_identifier @domain_identifier end |
#entity_identifier ⇒ ::String
Returns the value of attribute entity_identifier.
5321 5322 5323 |
# File 'sig/types.rbs', line 5321 def entity_identifier @entity_identifier end |
#entity_type ⇒ "DOMAIN_UNIT", ...
Returns the value of attribute entity_type.
5320 5321 5322 |
# File 'sig/types.rbs', line 5320 def entity_type @entity_type end |
#grant_identifier ⇒ ::String
Returns the value of attribute grant_identifier.
5324 5325 5326 |
# File 'sig/types.rbs', line 5324 def grant_identifier @grant_identifier end |
#policy_type ⇒ "CREATE_DOMAIN_UNIT", ...
Returns the value of attribute policy_type.
5322 5323 5324 |
# File 'sig/types.rbs', line 5322 def policy_type @policy_type end |
#principal ⇒ Types::PolicyGrantPrincipal
Returns the value of attribute principal.
5323 5324 5325 |
# File 'sig/types.rbs', line 5323 def principal @principal end |