Class: Aws::Types::GetEnabledIpamPolicyResult
- Inherits:
-
Object
- Object
- Aws::Types::GetEnabledIpamPolicyResult
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#ipam_policy_enabled ⇒ Boolean
Returns the value of attribute ipam_policy_enabled.
-
#ipam_policy_id ⇒ ::String
Returns the value of attribute ipam_policy_id.
-
#managed_by ⇒ "account", "delegated-administrator-for-ipam"
Returns the value of attribute managed_by.
Instance Attribute Details
#ipam_policy_enabled ⇒ Boolean
Returns the value of attribute ipam_policy_enabled.
10103 10104 10105 |
# File 'sig/types.rbs', line 10103 def ipam_policy_enabled @ipam_policy_enabled end |
#ipam_policy_id ⇒ ::String
Returns the value of attribute ipam_policy_id.
10104 10105 10106 |
# File 'sig/types.rbs', line 10104 def ipam_policy_id @ipam_policy_id end |
#managed_by ⇒ "account", "delegated-administrator-for-ipam"
Returns the value of attribute managed_by.
10105 10106 10107 |
# File 'sig/types.rbs', line 10105 def managed_by @managed_by end |