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.
73649 73650 73651 73652 73653 73654 73655 |
# File 'lib/aws-sdk-ec2/types.rb', line 73649 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.
73649 73650 73651 73652 73653 73654 73655 |
# File 'lib/aws-sdk-ec2/types.rb', line 73649 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.
73649 73650 73651 73652 73653 73654 73655 |
# File 'lib/aws-sdk-ec2/types.rb', line 73649 class VerifiedAccessEndpointTarget < Struct.new( :verified_access_endpoint_id, :verified_access_endpoint_target_ip_address, :verified_access_endpoint_target_dns) SENSITIVE = [] include Aws::Structure end |