Class: Aws::EC2::Types::VerifiedAccessEndpointTarget
- Inherits:
-
Struct
- Object
- Struct
- Aws::EC2::Types::VerifiedAccessEndpointTarget
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-ec2/types.rb
Overview
Describes the targets for the specified Verified Access endpoint.
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#verified_access_endpoint_id ⇒ String
The ID of the Verified Access endpoint.
-
#verified_access_endpoint_target_dns ⇒ String
The DNS name of the target.
-
#verified_access_endpoint_target_ip_address ⇒ String
The IP address of the target.
Instance Attribute Details
#verified_access_endpoint_id ⇒ String
The ID of the Verified Access endpoint.
71561 71562 71563 71564 71565 71566 71567 |
# File 'lib/aws-sdk-ec2/types.rb', line 71561 class VerifiedAccessEndpointTarget < Struct.new( :verified_access_endpoint_id, :verified_access_endpoint_target_ip_address, :verified_access_endpoint_target_dns) SENSITIVE = [] include Aws::Structure end |
#verified_access_endpoint_target_dns ⇒ String
The DNS name of the target.
71561 71562 71563 71564 71565 71566 71567 |
# File 'lib/aws-sdk-ec2/types.rb', line 71561 class VerifiedAccessEndpointTarget < Struct.new( :verified_access_endpoint_id, :verified_access_endpoint_target_ip_address, :verified_access_endpoint_target_dns) SENSITIVE = [] include Aws::Structure end |
#verified_access_endpoint_target_ip_address ⇒ String
The IP address of the target.
71561 71562 71563 71564 71565 71566 71567 |
# File 'lib/aws-sdk-ec2/types.rb', line 71561 class VerifiedAccessEndpointTarget < Struct.new( :verified_access_endpoint_id, :verified_access_endpoint_target_ip_address, :verified_access_endpoint_target_dns) SENSITIVE = [] include Aws::Structure end |