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.
19250 19251 19252 |
# File 'sig/types.rbs', line 19250 def application_domain @application_domain end |
#attachment_type ⇒ "vpc"
Returns the value of attribute attachment_type.
19252 19253 19254 |
# File 'sig/types.rbs', line 19252 def @attachment_type end |
#cidr_options ⇒ Types::VerifiedAccessEndpointCidrOptions
Returns the value of attribute cidr_options.
19267 19268 19269 |
# File 'sig/types.rbs', line 19267 def @cidr_options end |
#creation_time ⇒ ::String
Returns the value of attribute creation_time.
19261 19262 19263 |
# File 'sig/types.rbs', line 19261 def creation_time @creation_time end |
#deletion_time ⇒ ::String
Returns the value of attribute deletion_time.
19263 19264 19265 |
# File 'sig/types.rbs', line 19263 def deletion_time @deletion_time end |
#description ⇒ ::String
Returns the value of attribute description.
19260 19261 19262 |
# File 'sig/types.rbs', line 19260 def description @description end |
#device_validation_domain ⇒ ::String
Returns the value of attribute device_validation_domain.
19255 19256 19257 |
# File 'sig/types.rbs', line 19255 def device_validation_domain @device_validation_domain end |
#domain_certificate_arn ⇒ ::String
Returns the value of attribute domain_certificate_arn.
19253 19254 19255 |
# File 'sig/types.rbs', line 19253 def domain_certificate_arn @domain_certificate_arn end |
#endpoint_domain ⇒ ::String
Returns the value of attribute endpoint_domain.
19254 19255 19256 |
# File 'sig/types.rbs', line 19254 def endpoint_domain @endpoint_domain end |
#endpoint_type ⇒ "load-balancer", ...
Returns the value of attribute endpoint_type.
19251 19252 19253 |
# File 'sig/types.rbs', line 19251 def endpoint_type @endpoint_type end |
#last_updated_time ⇒ ::String
Returns the value of attribute last_updated_time.
19262 19263 19264 |
# File 'sig/types.rbs', line 19262 def last_updated_time @last_updated_time end |
#load_balancer_options ⇒ Types::VerifiedAccessEndpointLoadBalancerOptions
Returns the value of attribute load_balancer_options.
19257 19258 19259 |
# File 'sig/types.rbs', line 19257 def @load_balancer_options end |
#network_interface_options ⇒ Types::VerifiedAccessEndpointEniOptions
Returns the value of attribute network_interface_options.
19258 19259 19260 |
# File 'sig/types.rbs', line 19258 def @network_interface_options end |
#rds_options ⇒ Types::VerifiedAccessEndpointRdsOptions
Returns the value of attribute rds_options.
19266 19267 19268 |
# File 'sig/types.rbs', line 19266 def @rds_options end |
#security_group_ids ⇒ ::Array[::String]
Returns the value of attribute security_group_ids.
19256 19257 19258 |
# File 'sig/types.rbs', line 19256 def security_group_ids @security_group_ids end |
#sse_specification ⇒ Types::VerifiedAccessSseSpecificationResponse
Returns the value of attribute sse_specification.
19265 19266 19267 |
# File 'sig/types.rbs', line 19265 def sse_specification @sse_specification end |
#status ⇒ Types::VerifiedAccessEndpointStatus
Returns the value of attribute status.
19259 19260 19261 |
# File 'sig/types.rbs', line 19259 def status @status end |
#tags ⇒ ::Array[Types::Tag]
Returns the value of attribute tags.
19264 19265 19266 |
# File 'sig/types.rbs', line 19264 def @tags end |
#verified_access_endpoint_id ⇒ ::String
Returns the value of attribute verified_access_endpoint_id.
19249 19250 19251 |
# File 'sig/types.rbs', line 19249 def verified_access_endpoint_id @verified_access_endpoint_id end |
#verified_access_group_id ⇒ ::String
Returns the value of attribute verified_access_group_id.
19248 19249 19250 |
# File 'sig/types.rbs', line 19248 def verified_access_group_id @verified_access_group_id end |
#verified_access_instance_id ⇒ ::String
Returns the value of attribute verified_access_instance_id.
19247 19248 19249 |
# File 'sig/types.rbs', line 19247 def verified_access_instance_id @verified_access_instance_id end |