Class: Aws::Types::VerifiedAccessEndpoint
- Inherits:
-
Object
- Object
- Aws::Types::VerifiedAccessEndpoint
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#application_domain ⇒ ::String
Returns the value of attribute application_domain.
-
#attachment_type ⇒ "vpc"
Returns the value of attribute attachment_type.
-
#cidr_options ⇒ Types::VerifiedAccessEndpointCidrOptions
Returns the value of attribute cidr_options.
-
#creation_time ⇒ ::String
Returns the value of attribute creation_time.
-
#deletion_time ⇒ ::String
Returns the value of attribute deletion_time.
-
#description ⇒ ::String
Returns the value of attribute description.
-
#device_validation_domain ⇒ ::String
Returns the value of attribute device_validation_domain.
-
#domain_certificate_arn ⇒ ::String
Returns the value of attribute domain_certificate_arn.
-
#endpoint_domain ⇒ ::String
Returns the value of attribute endpoint_domain.
-
#endpoint_type ⇒ "load-balancer", ...
Returns the value of attribute endpoint_type.
-
#last_updated_time ⇒ ::String
Returns the value of attribute last_updated_time.
-
#load_balancer_options ⇒ Types::VerifiedAccessEndpointLoadBalancerOptions
Returns the value of attribute load_balancer_options.
-
#network_interface_options ⇒ Types::VerifiedAccessEndpointEniOptions
Returns the value of attribute network_interface_options.
-
#rds_options ⇒ Types::VerifiedAccessEndpointRdsOptions
Returns the value of attribute rds_options.
-
#security_group_ids ⇒ ::Array[::String]
Returns the value of attribute security_group_ids.
-
#sse_specification ⇒ Types::VerifiedAccessSseSpecificationResponse
Returns the value of attribute sse_specification.
-
#status ⇒ Types::VerifiedAccessEndpointStatus
Returns the value of attribute status.
-
#tags ⇒ ::Array[Types::Tag]
Returns the value of attribute tags.
-
#verified_access_endpoint_id ⇒ ::String
Returns the value of attribute verified_access_endpoint_id.
-
#verified_access_group_id ⇒ ::String
Returns the value of attribute verified_access_group_id.
-
#verified_access_instance_id ⇒ ::String
Returns the value of attribute verified_access_instance_id.
Instance Attribute Details
#application_domain ⇒ ::String
Returns the value of attribute application_domain.
18563 18564 18565 |
# File 'sig/types.rbs', line 18563 def application_domain @application_domain end |
#attachment_type ⇒ "vpc"
Returns the value of attribute attachment_type.
18565 18566 18567 |
# File 'sig/types.rbs', line 18565 def @attachment_type end |
#cidr_options ⇒ Types::VerifiedAccessEndpointCidrOptions
Returns the value of attribute cidr_options.
18580 18581 18582 |
# File 'sig/types.rbs', line 18580 def @cidr_options end |
#creation_time ⇒ ::String
Returns the value of attribute creation_time.
18574 18575 18576 |
# File 'sig/types.rbs', line 18574 def creation_time @creation_time end |
#deletion_time ⇒ ::String
Returns the value of attribute deletion_time.
18576 18577 18578 |
# File 'sig/types.rbs', line 18576 def deletion_time @deletion_time end |
#description ⇒ ::String
Returns the value of attribute description.
18573 18574 18575 |
# File 'sig/types.rbs', line 18573 def description @description end |
#device_validation_domain ⇒ ::String
Returns the value of attribute device_validation_domain.
18568 18569 18570 |
# File 'sig/types.rbs', line 18568 def device_validation_domain @device_validation_domain end |
#domain_certificate_arn ⇒ ::String
Returns the value of attribute domain_certificate_arn.
18566 18567 18568 |
# File 'sig/types.rbs', line 18566 def domain_certificate_arn @domain_certificate_arn end |
#endpoint_domain ⇒ ::String
Returns the value of attribute endpoint_domain.
18567 18568 18569 |
# File 'sig/types.rbs', line 18567 def endpoint_domain @endpoint_domain end |
#endpoint_type ⇒ "load-balancer", ...
Returns the value of attribute endpoint_type.
18564 18565 18566 |
# File 'sig/types.rbs', line 18564 def endpoint_type @endpoint_type end |
#last_updated_time ⇒ ::String
Returns the value of attribute last_updated_time.
18575 18576 18577 |
# File 'sig/types.rbs', line 18575 def last_updated_time @last_updated_time end |
#load_balancer_options ⇒ Types::VerifiedAccessEndpointLoadBalancerOptions
Returns the value of attribute load_balancer_options.
18570 18571 18572 |
# File 'sig/types.rbs', line 18570 def @load_balancer_options end |
#network_interface_options ⇒ Types::VerifiedAccessEndpointEniOptions
Returns the value of attribute network_interface_options.
18571 18572 18573 |
# File 'sig/types.rbs', line 18571 def @network_interface_options end |
#rds_options ⇒ Types::VerifiedAccessEndpointRdsOptions
Returns the value of attribute rds_options.
18579 18580 18581 |
# File 'sig/types.rbs', line 18579 def @rds_options end |
#security_group_ids ⇒ ::Array[::String]
Returns the value of attribute security_group_ids.
18569 18570 18571 |
# File 'sig/types.rbs', line 18569 def security_group_ids @security_group_ids end |
#sse_specification ⇒ Types::VerifiedAccessSseSpecificationResponse
Returns the value of attribute sse_specification.
18578 18579 18580 |
# File 'sig/types.rbs', line 18578 def sse_specification @sse_specification end |
#status ⇒ Types::VerifiedAccessEndpointStatus
Returns the value of attribute status.
18572 18573 18574 |
# File 'sig/types.rbs', line 18572 def status @status end |
#tags ⇒ ::Array[Types::Tag]
Returns the value of attribute tags.
18577 18578 18579 |
# File 'sig/types.rbs', line 18577 def @tags end |
#verified_access_endpoint_id ⇒ ::String
Returns the value of attribute verified_access_endpoint_id.
18562 18563 18564 |
# File 'sig/types.rbs', line 18562 def verified_access_endpoint_id @verified_access_endpoint_id end |
#verified_access_group_id ⇒ ::String
Returns the value of attribute verified_access_group_id.
18561 18562 18563 |
# File 'sig/types.rbs', line 18561 def verified_access_group_id @verified_access_group_id end |
#verified_access_instance_id ⇒ ::String
Returns the value of attribute verified_access_instance_id.
18560 18561 18562 |
# File 'sig/types.rbs', line 18560 def verified_access_instance_id @verified_access_instance_id end |