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.
18024 18025 18026 |
# File 'sig/types.rbs', line 18024 def association_id @association_id end |
#availability_zone_ids ⇒ ::Array[::String]
Returns the value of attribute availability_zone_ids.
18031 18032 18033 |
# File 'sig/types.rbs', line 18031 def availability_zone_ids @availability_zone_ids end |
#availability_zones ⇒ ::Array[::String]
Returns the value of attribute availability_zones.
18030 18031 18032 |
# File 'sig/types.rbs', line 18030 def availability_zones @availability_zones end |
#client_vpn_endpoint_id ⇒ ::String
Returns the value of attribute client_vpn_endpoint_id.
18027 18028 18029 |
# File 'sig/types.rbs', line 18027 def client_vpn_endpoint_id @client_vpn_endpoint_id end |
#security_groups ⇒ ::Array[::String]
Returns the value of attribute security_groups.
18029 18030 18031 |
# File 'sig/types.rbs', line 18029 def security_groups @security_groups end |
#status ⇒ Types::AssociationStatus
Returns the value of attribute status.
18028 18029 18030 |
# File 'sig/types.rbs', line 18028 def status @status end |
#target_network_id ⇒ ::String
Returns the value of attribute target_network_id.
18026 18027 18028 |
# File 'sig/types.rbs', line 18026 def target_network_id @target_network_id end |
#vpc_id ⇒ ::String
Returns the value of attribute vpc_id.
18025 18026 18027 |
# File 'sig/types.rbs', line 18025 def vpc_id @vpc_id end |