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.
17713 17714 17715 |
# File 'sig/types.rbs', line 17713 def association_id @association_id end |
#availability_zone_ids ⇒ ::Array[::String]
Returns the value of attribute availability_zone_ids.
17720 17721 17722 |
# File 'sig/types.rbs', line 17720 def availability_zone_ids @availability_zone_ids end |
#availability_zones ⇒ ::Array[::String]
Returns the value of attribute availability_zones.
17719 17720 17721 |
# File 'sig/types.rbs', line 17719 def availability_zones @availability_zones end |
#client_vpn_endpoint_id ⇒ ::String
Returns the value of attribute client_vpn_endpoint_id.
17716 17717 17718 |
# File 'sig/types.rbs', line 17716 def client_vpn_endpoint_id @client_vpn_endpoint_id end |
#security_groups ⇒ ::Array[::String]
Returns the value of attribute security_groups.
17718 17719 17720 |
# File 'sig/types.rbs', line 17718 def security_groups @security_groups end |
#status ⇒ Types::AssociationStatus
Returns the value of attribute status.
17717 17718 17719 |
# File 'sig/types.rbs', line 17717 def status @status end |
#target_network_id ⇒ ::String
Returns the value of attribute target_network_id.
17715 17716 17717 |
# File 'sig/types.rbs', line 17715 def target_network_id @target_network_id end |
#vpc_id ⇒ ::String
Returns the value of attribute vpc_id.
17714 17715 17716 |
# File 'sig/types.rbs', line 17714 def vpc_id @vpc_id end |