Class: Aws::Types::DeleteDomainPermissionsPolicyRequest
- Inherits:
-
Object
- Object
- Aws::Types::DeleteDomainPermissionsPolicyRequest
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#domain ⇒ ::String
Returns the value of attribute domain.
-
#domain_owner ⇒ ::String
Returns the value of attribute domain_owner.
-
#policy_revision ⇒ ::String
Returns the value of attribute policy_revision.
Instance Attribute Details
#domain ⇒ ::String
Returns the value of attribute domain.
115 116 117 |
# File 'sig/types.rbs', line 115 def domain @domain end |
#domain_owner ⇒ ::String
Returns the value of attribute domain_owner.
116 117 118 |
# File 'sig/types.rbs', line 116 def domain_owner @domain_owner end |
#policy_revision ⇒ ::String
Returns the value of attribute policy_revision.
117 118 119 |
# File 'sig/types.rbs', line 117 def policy_revision @policy_revision end |