Class: Aws::Types::IpamPolicy
- Inherits:
-
Object
- Object
- Aws::Types::IpamPolicy
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#ipam_id ⇒ ::String
Returns the value of attribute ipam_id.
-
#ipam_policy_arn ⇒ ::String
Returns the value of attribute ipam_policy_arn.
-
#ipam_policy_id ⇒ ::String
Returns the value of attribute ipam_policy_id.
-
#ipam_policy_region ⇒ ::String
Returns the value of attribute ipam_policy_region.
-
#owner_id ⇒ ::String
Returns the value of attribute owner_id.
-
#state ⇒ "create-in-progress", ...
Returns the value of attribute state.
-
#state_message ⇒ ::String
Returns the value of attribute state_message.
-
#tags ⇒ ::Array[Types::Tag]
Returns the value of attribute tags.
Instance Attribute Details
#ipam_id ⇒ ::String
Returns the value of attribute ipam_id.
12065 12066 12067 |
# File 'sig/types.rbs', line 12065 def ipam_id @ipam_id end |
#ipam_policy_arn ⇒ ::String
Returns the value of attribute ipam_policy_arn.
12060 12061 12062 |
# File 'sig/types.rbs', line 12060 def ipam_policy_arn @ipam_policy_arn end |
#ipam_policy_id ⇒ ::String
Returns the value of attribute ipam_policy_id.
12059 12060 12061 |
# File 'sig/types.rbs', line 12059 def ipam_policy_id @ipam_policy_id end |
#ipam_policy_region ⇒ ::String
Returns the value of attribute ipam_policy_region.
12061 12062 12063 |
# File 'sig/types.rbs', line 12061 def ipam_policy_region @ipam_policy_region end |
#owner_id ⇒ ::String
Returns the value of attribute owner_id.
12058 12059 12060 |
# File 'sig/types.rbs', line 12058 def owner_id @owner_id end |
#state ⇒ "create-in-progress", ...
Returns the value of attribute state.
12062 12063 12064 |
# File 'sig/types.rbs', line 12062 def state @state end |
#state_message ⇒ ::String
Returns the value of attribute state_message.
12063 12064 12065 |
# File 'sig/types.rbs', line 12063 def @state_message end |
#tags ⇒ ::Array[Types::Tag]
Returns the value of attribute tags.
12064 12065 12066 |
# File 'sig/types.rbs', line 12064 def @tags end |