Class: Aws::Types::Ipam
- Inherits:
-
Object
- Object
- Aws::Types::Ipam
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#default_resource_discovery_association_id ⇒ ::String
Returns the value of attribute default_resource_discovery_association_id.
-
#default_resource_discovery_id ⇒ ::String
Returns the value of attribute default_resource_discovery_id.
-
#description ⇒ ::String
Returns the value of attribute description.
-
#enable_private_gua ⇒ Boolean
Returns the value of attribute enable_private_gua.
-
#ipam_arn ⇒ ::String
Returns the value of attribute ipam_arn.
-
#ipam_id ⇒ ::String
Returns the value of attribute ipam_id.
-
#ipam_region ⇒ ::String
Returns the value of attribute ipam_region.
-
#metered_account ⇒ "ipam-owner", "resource-owner"
Returns the value of attribute metered_account.
-
#operating_regions ⇒ ::Array[Types::IpamOperatingRegion]
Returns the value of attribute operating_regions.
-
#owner_id ⇒ ::String
Returns the value of attribute owner_id.
-
#private_default_scope_id ⇒ ::String
Returns the value of attribute private_default_scope_id.
-
#public_default_scope_id ⇒ ::String
Returns the value of attribute public_default_scope_id.
-
#resource_discovery_association_count ⇒ ::Integer
Returns the value of attribute resource_discovery_association_count.
-
#scope_count ⇒ ::Integer
Returns the value of attribute scope_count.
-
#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.
-
#tier ⇒ "free", "advanced"
Returns the value of attribute tier.
Instance Attribute Details
#default_resource_discovery_association_id ⇒ ::String
Returns the value of attribute default_resource_discovery_association_id.
11945 11946 11947 |
# File 'sig/types.rbs', line 11945 def default_resource_discovery_association_id @default_resource_discovery_association_id end |
#default_resource_discovery_id ⇒ ::String
Returns the value of attribute default_resource_discovery_id.
11944 11945 11946 |
# File 'sig/types.rbs', line 11944 def default_resource_discovery_id @default_resource_discovery_id end |
#description ⇒ ::String
Returns the value of attribute description.
11940 11941 11942 |
# File 'sig/types.rbs', line 11940 def description @description end |
#enable_private_gua ⇒ Boolean
Returns the value of attribute enable_private_gua.
11949 11950 11951 |
# File 'sig/types.rbs', line 11949 def enable_private_gua @enable_private_gua end |
#ipam_arn ⇒ ::String
Returns the value of attribute ipam_arn.
11935 11936 11937 |
# File 'sig/types.rbs', line 11935 def ipam_arn @ipam_arn end |
#ipam_id ⇒ ::String
Returns the value of attribute ipam_id.
11934 11935 11936 |
# File 'sig/types.rbs', line 11934 def ipam_id @ipam_id end |
#ipam_region ⇒ ::String
Returns the value of attribute ipam_region.
11936 11937 11938 |
# File 'sig/types.rbs', line 11936 def ipam_region @ipam_region end |
#metered_account ⇒ "ipam-owner", "resource-owner"
Returns the value of attribute metered_account.
11950 11951 11952 |
# File 'sig/types.rbs', line 11950 def metered_account @metered_account end |
#operating_regions ⇒ ::Array[Types::IpamOperatingRegion]
Returns the value of attribute operating_regions.
11941 11942 11943 |
# File 'sig/types.rbs', line 11941 def @operating_regions end |
#owner_id ⇒ ::String
Returns the value of attribute owner_id.
11933 11934 11935 |
# File 'sig/types.rbs', line 11933 def owner_id @owner_id end |
#private_default_scope_id ⇒ ::String
Returns the value of attribute private_default_scope_id.
11938 11939 11940 |
# File 'sig/types.rbs', line 11938 def private_default_scope_id @private_default_scope_id end |
#public_default_scope_id ⇒ ::String
Returns the value of attribute public_default_scope_id.
11937 11938 11939 |
# File 'sig/types.rbs', line 11937 def public_default_scope_id @public_default_scope_id end |
#resource_discovery_association_count ⇒ ::Integer
Returns the value of attribute resource_discovery_association_count.
11946 11947 11948 |
# File 'sig/types.rbs', line 11946 def resource_discovery_association_count @resource_discovery_association_count end |
#scope_count ⇒ ::Integer
Returns the value of attribute scope_count.
11939 11940 11941 |
# File 'sig/types.rbs', line 11939 def scope_count @scope_count end |
#state ⇒ "create-in-progress", ...
Returns the value of attribute state.
11942 11943 11944 |
# File 'sig/types.rbs', line 11942 def state @state end |
#state_message ⇒ ::String
Returns the value of attribute state_message.
11947 11948 11949 |
# File 'sig/types.rbs', line 11947 def @state_message end |
#tags ⇒ ::Array[Types::Tag]
Returns the value of attribute tags.
11943 11944 11945 |
# File 'sig/types.rbs', line 11943 def @tags end |
#tier ⇒ "free", "advanced"
Returns the value of attribute tier.
11948 11949 11950 |
# File 'sig/types.rbs', line 11948 def tier @tier end |