Class: Aws::Types::IpamDiscoveredRoute
- Inherits:
-
Object
- Object
- Aws::Types::IpamDiscoveredRoute
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#advertisement_type ⇒ "regional", "global"
Returns the value of attribute advertisement_type.
-
#asn ⇒ ::String
Returns the value of attribute asn.
-
#cidr ⇒ ::String
Returns the value of attribute cidr.
-
#ipam_pool_id ⇒ ::String
Returns the value of attribute ipam_pool_id.
-
#ipam_resource_discovery_id ⇒ ::String
Returns the value of attribute ipam_resource_discovery_id.
-
#network_border_group ⇒ ::String
Returns the value of attribute network_border_group.
-
#pool_id ⇒ ::String
Returns the value of attribute pool_id.
-
#resource_owner_id ⇒ ::String
Returns the value of attribute resource_owner_id.
-
#resource_region ⇒ ::String
Returns the value of attribute resource_region.
-
#sample_time ⇒ ::Time
Returns the value of attribute sample_time.
-
#state ⇒ "advertised", ...
Returns the value of attribute state.
Instance Attribute Details
#advertisement_type ⇒ "regional", "global"
Returns the value of attribute advertisement_type.
12522 12523 12524 |
# File 'sig/types.rbs', line 12522 def advertisement_type @advertisement_type end |
#asn ⇒ ::String
Returns the value of attribute asn.
12520 12521 12522 |
# File 'sig/types.rbs', line 12520 def asn @asn end |
#cidr ⇒ ::String
Returns the value of attribute cidr.
12519 12520 12521 |
# File 'sig/types.rbs', line 12519 def cidr @cidr end |
#ipam_pool_id ⇒ ::String
Returns the value of attribute ipam_pool_id.
12525 12526 12527 |
# File 'sig/types.rbs', line 12525 def ipam_pool_id @ipam_pool_id end |
#ipam_resource_discovery_id ⇒ ::String
Returns the value of attribute ipam_resource_discovery_id.
12516 12517 12518 |
# File 'sig/types.rbs', line 12516 def ipam_resource_discovery_id @ipam_resource_discovery_id end |
#network_border_group ⇒ ::String
Returns the value of attribute network_border_group.
12523 12524 12525 |
# File 'sig/types.rbs', line 12523 def network_border_group @network_border_group end |
#pool_id ⇒ ::String
Returns the value of attribute pool_id.
12524 12525 12526 |
# File 'sig/types.rbs', line 12524 def pool_id @pool_id end |
#resource_owner_id ⇒ ::String
Returns the value of attribute resource_owner_id.
12518 12519 12520 |
# File 'sig/types.rbs', line 12518 def resource_owner_id @resource_owner_id end |
#resource_region ⇒ ::String
Returns the value of attribute resource_region.
12517 12518 12519 |
# File 'sig/types.rbs', line 12517 def resource_region @resource_region end |
#sample_time ⇒ ::Time
Returns the value of attribute sample_time.
12526 12527 12528 |
# File 'sig/types.rbs', line 12526 def sample_time @sample_time end |
#state ⇒ "advertised", ...
Returns the value of attribute state.
12521 12522 12523 |
# File 'sig/types.rbs', line 12521 def state @state end |