Class: Aws::Types::CheckAccessNotGrantedRequest
- Inherits:
-
Object
- Object
- Aws::Types::CheckAccessNotGrantedRequest
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#access ⇒ ::Array[Types::Access]
Returns the value of attribute access.
-
#policy_document ⇒ ::String
Returns the value of attribute policy_document.
-
#policy_type ⇒ "IDENTITY_POLICY", "RESOURCE_POLICY"
Returns the value of attribute policy_type.
Instance Attribute Details
#access ⇒ ::Array[Types::Access]
Returns the value of attribute access.
167 168 169 |
# File 'sig/types.rbs', line 167 def access @access end |
#policy_document ⇒ ::String
Returns the value of attribute policy_document.
166 167 168 |
# File 'sig/types.rbs', line 166 def policy_document @policy_document end |
#policy_type ⇒ "IDENTITY_POLICY", "RESOURCE_POLICY"
Returns the value of attribute policy_type.
168 169 170 |
# File 'sig/types.rbs', line 168 def policy_type @policy_type end |