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.
12808 12809 12810 |
# File 'sig/types.rbs', line 12808 def availability_zone_id @availability_zone_id end |
#compliance_status ⇒ "compliant", ...
Returns the value of attribute compliance_status.
12804 12805 12806 |
# File 'sig/types.rbs', line 12804 def compliance_status @compliance_status end |
#ip_usage ⇒ ::Float
Returns the value of attribute ip_usage.
12803 12804 12805 |
# File 'sig/types.rbs', line 12803 def ip_usage @ip_usage end |
#ipam_id ⇒ ::String
Returns the value of attribute ipam_id.
12793 12794 12795 |
# File 'sig/types.rbs', line 12793 def ipam_id @ipam_id end |
#ipam_pool_id ⇒ ::String
Returns the value of attribute ipam_pool_id.
12795 12796 12797 |
# File 'sig/types.rbs', line 12795 def ipam_pool_id @ipam_pool_id end |
#ipam_scope_id ⇒ ::String
Returns the value of attribute ipam_scope_id.
12794 12795 12796 |
# File 'sig/types.rbs', line 12794 def ipam_scope_id @ipam_scope_id end |
#management_state ⇒ "managed", ...
Returns the value of attribute management_state.
12805 12806 12807 |
# File 'sig/types.rbs', line 12805 def management_state @management_state end |
#overlap_status ⇒ "overlapping", ...
Returns the value of attribute overlap_status.
12806 12807 12808 |
# File 'sig/types.rbs', line 12806 def overlap_status @overlap_status end |
#resource_cidr ⇒ ::String
Returns the value of attribute resource_cidr.
12800 12801 12802 |
# File 'sig/types.rbs', line 12800 def resource_cidr @resource_cidr end |
#resource_id ⇒ ::String
Returns the value of attribute resource_id.
12798 12799 12800 |
# File 'sig/types.rbs', line 12798 def resource_id @resource_id end |
#resource_name ⇒ ::String
Returns the value of attribute resource_name.
12799 12800 12801 |
# File 'sig/types.rbs', line 12799 def resource_name @resource_name end |
#resource_owner_id ⇒ ::String
Returns the value of attribute resource_owner_id.
12797 12798 12799 |
# File 'sig/types.rbs', line 12797 def resource_owner_id @resource_owner_id end |
#resource_region ⇒ ::String
Returns the value of attribute resource_region.
12796 12797 12798 |
# File 'sig/types.rbs', line 12796 def resource_region @resource_region end |
#resource_tags ⇒ ::Array[Types::IpamResourceTag]
Returns the value of attribute resource_tags.
12802 12803 12804 |
# File 'sig/types.rbs', line 12802 def @resource_tags end |
#resource_type ⇒ "vpc", ...
Returns the value of attribute resource_type.
12801 12802 12803 |
# File 'sig/types.rbs', line 12801 def resource_type @resource_type end |
#vpc_id ⇒ ::String
Returns the value of attribute vpc_id.
12807 12808 12809 |
# File 'sig/types.rbs', line 12807 def vpc_id @vpc_id end |