Class: Aws::Types::PutDomainPermissionsPolicyRequest
- Inherits:
-
Object
- Object
- Aws::Types::PutDomainPermissionsPolicyRequest
- 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_document ⇒ ::String
Returns the value of attribute policy_document.
-
#policy_revision ⇒ ::String
Returns the value of attribute policy_revision.
Instance Attribute Details
#domain ⇒ ::String
Returns the value of attribute domain.
807 808 809 |
# File 'sig/types.rbs', line 807 def domain @domain end |
#domain_owner ⇒ ::String
Returns the value of attribute domain_owner.
808 809 810 |
# File 'sig/types.rbs', line 808 def domain_owner @domain_owner end |
#policy_document ⇒ ::String
Returns the value of attribute policy_document.
810 811 812 |
# File 'sig/types.rbs', line 810 def policy_document @policy_document end |
#policy_revision ⇒ ::String
Returns the value of attribute policy_revision.
809 810 811 |
# File 'sig/types.rbs', line 809 def policy_revision @policy_revision end |