Class: Aws::Types::CheckNoNewAccessRequest
- Inherits:
-
Object
- Object
- Aws::Types::CheckNoNewAccessRequest
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#existing_policy_document ⇒ ::String
Returns the value of attribute existing_policy_document.
-
#new_policy_document ⇒ ::String
Returns the value of attribute new_policy_document.
-
#policy_type ⇒ "IDENTITY_POLICY", "RESOURCE_POLICY"
Returns the value of attribute policy_type.
Instance Attribute Details
#existing_policy_document ⇒ ::String
Returns the value of attribute existing_policy_document.
181 182 183 |
# File 'sig/types.rbs', line 181 def existing_policy_document @existing_policy_document end |
#new_policy_document ⇒ ::String
Returns the value of attribute new_policy_document.
180 181 182 |
# File 'sig/types.rbs', line 180 def new_policy_document @new_policy_document end |
#policy_type ⇒ "IDENTITY_POLICY", "RESOURCE_POLICY"
Returns the value of attribute policy_type.
182 183 184 |
# File 'sig/types.rbs', line 182 def policy_type @policy_type end |