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.
9878 9879 9880 |
# File 'sig/types.rbs', line 9878 def ipam_policy_enabled @ipam_policy_enabled end |
#ipam_policy_id ⇒ ::String
Returns the value of attribute ipam_policy_id.
9879 9880 9881 |
# File 'sig/types.rbs', line 9879 def ipam_policy_id @ipam_policy_id end |
#managed_by ⇒ "account", "delegated-administrator-for-ipam"
Returns the value of attribute managed_by.
9880 9881 9882 |
# File 'sig/types.rbs', line 9880 def managed_by @managed_by end |