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.
12511 12512 12513 |
# File 'sig/types.rbs', line 12511 def availability_zone_id @availability_zone_id end |
#ip_source ⇒ "amazon", ...
Returns the value of attribute ip_source.
12503 12504 12505 |
# File 'sig/types.rbs', line 12503 def ip_source @ip_source end |
#ip_usage ⇒ ::Float
Returns the value of attribute ip_usage.
12506 12507 12508 |
# File 'sig/types.rbs', line 12506 def ip_usage @ip_usage end |
#ipam_resource_discovery_id ⇒ ::String
Returns the value of attribute ipam_resource_discovery_id.
12498 12499 12500 |
# File 'sig/types.rbs', line 12498 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.
12509 12510 12511 |
# File 'sig/types.rbs', line 12509 def @network_interface_attachment_status end |
#resource_cidr ⇒ ::String
Returns the value of attribute resource_cidr.
12502 12503 12504 |
# File 'sig/types.rbs', line 12502 def resource_cidr @resource_cidr end |
#resource_id ⇒ ::String
Returns the value of attribute resource_id.
12500 12501 12502 |
# File 'sig/types.rbs', line 12500 def resource_id @resource_id end |
#resource_owner_id ⇒ ::String
Returns the value of attribute resource_owner_id.
12501 12502 12503 |
# File 'sig/types.rbs', line 12501 def resource_owner_id @resource_owner_id end |
#resource_region ⇒ ::String
Returns the value of attribute resource_region.
12499 12500 12501 |
# File 'sig/types.rbs', line 12499 def resource_region @resource_region end |
#resource_tags ⇒ ::Array[Types::IpamResourceTag]
Returns the value of attribute resource_tags.
12505 12506 12507 |
# File 'sig/types.rbs', line 12505 def @resource_tags end |
#resource_type ⇒ "vpc", ...
Returns the value of attribute resource_type.
12504 12505 12506 |
# File 'sig/types.rbs', line 12504 def resource_type @resource_type end |
#sample_time ⇒ ::Time
Returns the value of attribute sample_time.
12510 12511 12512 |
# File 'sig/types.rbs', line 12510 def sample_time @sample_time end |
#subnet_id ⇒ ::String
Returns the value of attribute subnet_id.
12508 12509 12510 |
# File 'sig/types.rbs', line 12508 def subnet_id @subnet_id end |
#vpc_id ⇒ ::String
Returns the value of attribute vpc_id.
12507 12508 12509 |
# File 'sig/types.rbs', line 12507 def vpc_id @vpc_id end |