Class: Aws::Types::TargetNetwork
- Inherits:
-
Object
- Object
- Aws::Types::TargetNetwork
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#association_id ⇒ ::String
Returns the value of attribute association_id.
-
#availability_zone_ids ⇒ ::Array[::String]
Returns the value of attribute availability_zone_ids.
-
#availability_zones ⇒ ::Array[::String]
Returns the value of attribute availability_zones.
-
#client_vpn_endpoint_id ⇒ ::String
Returns the value of attribute client_vpn_endpoint_id.
-
#security_groups ⇒ ::Array[::String]
Returns the value of attribute security_groups.
-
#status ⇒ Types::AssociationStatus
Returns the value of attribute status.
-
#target_network_id ⇒ ::String
Returns the value of attribute target_network_id.
-
#vpc_id ⇒ ::String
Returns the value of attribute vpc_id.
Instance Attribute Details
#association_id ⇒ ::String
Returns the value of attribute association_id.
18363 18364 18365 |
# File 'sig/types.rbs', line 18363 def association_id @association_id end |
#availability_zone_ids ⇒ ::Array[::String]
Returns the value of attribute availability_zone_ids.
18370 18371 18372 |
# File 'sig/types.rbs', line 18370 def availability_zone_ids @availability_zone_ids end |
#availability_zones ⇒ ::Array[::String]
Returns the value of attribute availability_zones.
18369 18370 18371 |
# File 'sig/types.rbs', line 18369 def availability_zones @availability_zones end |
#client_vpn_endpoint_id ⇒ ::String
Returns the value of attribute client_vpn_endpoint_id.
18366 18367 18368 |
# File 'sig/types.rbs', line 18366 def client_vpn_endpoint_id @client_vpn_endpoint_id end |
#security_groups ⇒ ::Array[::String]
Returns the value of attribute security_groups.
18368 18369 18370 |
# File 'sig/types.rbs', line 18368 def security_groups @security_groups end |
#status ⇒ Types::AssociationStatus
Returns the value of attribute status.
18367 18368 18369 |
# File 'sig/types.rbs', line 18367 def status @status end |
#target_network_id ⇒ ::String
Returns the value of attribute target_network_id.
18365 18366 18367 |
# File 'sig/types.rbs', line 18365 def target_network_id @target_network_id end |
#vpc_id ⇒ ::String
Returns the value of attribute vpc_id.
18364 18365 18366 |
# File 'sig/types.rbs', line 18364 def vpc_id @vpc_id end |