Class: Aws::Types::IpamResourceCidr
- Inherits:
-
Object
- Object
- Aws::Types::IpamResourceCidr
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#availability_zone_id ⇒ ::String
Returns the value of attribute availability_zone_id.
-
#compliance_status ⇒ "compliant", ...
Returns the value of attribute compliance_status.
-
#ip_usage ⇒ ::Float
Returns the value of attribute ip_usage.
-
#ipam_id ⇒ ::String
Returns the value of attribute ipam_id.
-
#ipam_pool_id ⇒ ::String
Returns the value of attribute ipam_pool_id.
-
#ipam_scope_id ⇒ ::String
Returns the value of attribute ipam_scope_id.
-
#management_state ⇒ "managed", ...
Returns the value of attribute management_state.
-
#overlap_status ⇒ "overlapping", ...
Returns the value of attribute overlap_status.
-
#resource_cidr ⇒ ::String
Returns the value of attribute resource_cidr.
-
#resource_id ⇒ ::String
Returns the value of attribute resource_id.
-
#resource_name ⇒ ::String
Returns the value of attribute resource_name.
-
#resource_owner_id ⇒ ::String
Returns the value of attribute resource_owner_id.
-
#resource_region ⇒ ::String
Returns the value of attribute resource_region.
-
#resource_tags ⇒ ::Array[Types::IpamResourceTag]
Returns the value of attribute resource_tags.
-
#resource_type ⇒ "vpc", ...
Returns the value of attribute resource_type.
-
#vpc_id ⇒ ::String
Returns the value of attribute vpc_id.
Instance Attribute Details
#availability_zone_id ⇒ ::String
Returns the value of attribute availability_zone_id.
12548 12549 12550 |
# File 'sig/types.rbs', line 12548 def availability_zone_id @availability_zone_id end |
#compliance_status ⇒ "compliant", ...
Returns the value of attribute compliance_status.
12544 12545 12546 |
# File 'sig/types.rbs', line 12544 def compliance_status @compliance_status end |
#ip_usage ⇒ ::Float
Returns the value of attribute ip_usage.
12543 12544 12545 |
# File 'sig/types.rbs', line 12543 def ip_usage @ip_usage end |
#ipam_id ⇒ ::String
Returns the value of attribute ipam_id.
12533 12534 12535 |
# File 'sig/types.rbs', line 12533 def ipam_id @ipam_id end |
#ipam_pool_id ⇒ ::String
Returns the value of attribute ipam_pool_id.
12535 12536 12537 |
# File 'sig/types.rbs', line 12535 def ipam_pool_id @ipam_pool_id end |
#ipam_scope_id ⇒ ::String
Returns the value of attribute ipam_scope_id.
12534 12535 12536 |
# File 'sig/types.rbs', line 12534 def ipam_scope_id @ipam_scope_id end |
#management_state ⇒ "managed", ...
Returns the value of attribute management_state.
12545 12546 12547 |
# File 'sig/types.rbs', line 12545 def management_state @management_state end |
#overlap_status ⇒ "overlapping", ...
Returns the value of attribute overlap_status.
12546 12547 12548 |
# File 'sig/types.rbs', line 12546 def overlap_status @overlap_status end |
#resource_cidr ⇒ ::String
Returns the value of attribute resource_cidr.
12540 12541 12542 |
# File 'sig/types.rbs', line 12540 def resource_cidr @resource_cidr end |
#resource_id ⇒ ::String
Returns the value of attribute resource_id.
12538 12539 12540 |
# File 'sig/types.rbs', line 12538 def resource_id @resource_id end |
#resource_name ⇒ ::String
Returns the value of attribute resource_name.
12539 12540 12541 |
# File 'sig/types.rbs', line 12539 def resource_name @resource_name end |
#resource_owner_id ⇒ ::String
Returns the value of attribute resource_owner_id.
12537 12538 12539 |
# File 'sig/types.rbs', line 12537 def resource_owner_id @resource_owner_id end |
#resource_region ⇒ ::String
Returns the value of attribute resource_region.
12536 12537 12538 |
# File 'sig/types.rbs', line 12536 def resource_region @resource_region end |
#resource_tags ⇒ ::Array[Types::IpamResourceTag]
Returns the value of attribute resource_tags.
12542 12543 12544 |
# File 'sig/types.rbs', line 12542 def @resource_tags end |
#resource_type ⇒ "vpc", ...
Returns the value of attribute resource_type.
12541 12542 12543 |
# File 'sig/types.rbs', line 12541 def resource_type @resource_type end |
#vpc_id ⇒ ::String
Returns the value of attribute vpc_id.
12547 12548 12549 |
# File 'sig/types.rbs', line 12547 def vpc_id @vpc_id end |