Class: Aws::Types::IpamDiscoveredResourceCidr
- Inherits:
-
Object
- Object
- Aws::Types::IpamDiscoveredResourceCidr
- 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.
-
#ip_source ⇒ "amazon", ...
Returns the value of attribute ip_source.
-
#ip_usage ⇒ ::Float
Returns the value of attribute ip_usage.
-
#ipam_resource_discovery_id ⇒ ::String
Returns the value of attribute ipam_resource_discovery_id.
-
#network_interface_attachment_status ⇒ "available", "in-use"
Returns the value of attribute network_interface_attachment_status.
-
#resource_cidr ⇒ ::String
Returns the value of attribute resource_cidr.
-
#resource_id ⇒ ::String
Returns the value of attribute resource_id.
-
#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.
-
#sample_time ⇒ ::Time
Returns the value of attribute sample_time.
-
#subnet_id ⇒ ::String
Returns the value of attribute subnet_id.
-
#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.
12022 12023 12024 |
# File 'sig/types.rbs', line 12022 def availability_zone_id @availability_zone_id end |
#ip_source ⇒ "amazon", ...
Returns the value of attribute ip_source.
12014 12015 12016 |
# File 'sig/types.rbs', line 12014 def ip_source @ip_source end |
#ip_usage ⇒ ::Float
Returns the value of attribute ip_usage.
12017 12018 12019 |
# File 'sig/types.rbs', line 12017 def ip_usage @ip_usage end |
#ipam_resource_discovery_id ⇒ ::String
Returns the value of attribute ipam_resource_discovery_id.
12009 12010 12011 |
# File 'sig/types.rbs', line 12009 def ipam_resource_discovery_id @ipam_resource_discovery_id end |
#network_interface_attachment_status ⇒ "available", "in-use"
Returns the value of attribute network_interface_attachment_status.
12020 12021 12022 |
# File 'sig/types.rbs', line 12020 def @network_interface_attachment_status end |
#resource_cidr ⇒ ::String
Returns the value of attribute resource_cidr.
12013 12014 12015 |
# File 'sig/types.rbs', line 12013 def resource_cidr @resource_cidr end |
#resource_id ⇒ ::String
Returns the value of attribute resource_id.
12011 12012 12013 |
# File 'sig/types.rbs', line 12011 def resource_id @resource_id end |
#resource_owner_id ⇒ ::String
Returns the value of attribute resource_owner_id.
12012 12013 12014 |
# File 'sig/types.rbs', line 12012 def resource_owner_id @resource_owner_id end |
#resource_region ⇒ ::String
Returns the value of attribute resource_region.
12010 12011 12012 |
# File 'sig/types.rbs', line 12010 def resource_region @resource_region end |
#resource_tags ⇒ ::Array[Types::IpamResourceTag]
Returns the value of attribute resource_tags.
12016 12017 12018 |
# File 'sig/types.rbs', line 12016 def @resource_tags end |
#resource_type ⇒ "vpc", ...
Returns the value of attribute resource_type.
12015 12016 12017 |
# File 'sig/types.rbs', line 12015 def resource_type @resource_type end |
#sample_time ⇒ ::Time
Returns the value of attribute sample_time.
12021 12022 12023 |
# File 'sig/types.rbs', line 12021 def sample_time @sample_time end |
#subnet_id ⇒ ::String
Returns the value of attribute subnet_id.
12019 12020 12021 |
# File 'sig/types.rbs', line 12019 def subnet_id @subnet_id end |
#vpc_id ⇒ ::String
Returns the value of attribute vpc_id.
12018 12019 12020 |
# File 'sig/types.rbs', line 12018 def vpc_id @vpc_id end |