Class: Aws::Types::KmsAccess
- Inherits:
-
Object
- Object
- Aws::Types::KmsAccess
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#domain_name ⇒ ::String
Returns the value of attribute domain_name.
-
#ipv4_addresses ⇒ ::Array[::String]
Returns the value of attribute ipv4_addresses.
-
#kms_policy_document ⇒ ::String
Returns the value of attribute kms_policy_document.
-
#status ⇒ "ENABLED", ...
Returns the value of attribute status.
Instance Attribute Details
#domain_name ⇒ ::String
Returns the value of attribute domain_name.
1767 1768 1769 |
# File 'sig/types.rbs', line 1767 def domain_name @domain_name end |
#ipv4_addresses ⇒ ::Array[::String]
Returns the value of attribute ipv4_addresses.
1766 1767 1768 |
# File 'sig/types.rbs', line 1766 def ipv4_addresses @ipv4_addresses end |
#kms_policy_document ⇒ ::String
Returns the value of attribute kms_policy_document.
1768 1769 1770 |
# File 'sig/types.rbs', line 1768 def kms_policy_document @kms_policy_document end |
#status ⇒ "ENABLED", ...
Returns the value of attribute status.
1765 1766 1767 |
# File 'sig/types.rbs', line 1765 def status @status end |