Class: Aws::Types::VerifiedAccessEndpoint

Inherits:
Object
  • Object
show all
Defined in:
sig/types.rbs

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#application_domain::String

Returns the value of attribute application_domain.

Returns:

  • (::String)


18890
18891
18892
# File 'sig/types.rbs', line 18890

def application_domain
  @application_domain
end

#attachment_type"vpc"

Returns the value of attribute attachment_type.

Returns:

  • ("vpc")


18892
18893
18894
# File 'sig/types.rbs', line 18892

def attachment_type
  @attachment_type
end

#cidr_optionsTypes::VerifiedAccessEndpointCidrOptions

Returns the value of attribute cidr_options.



18907
18908
18909
# File 'sig/types.rbs', line 18907

def cidr_options
  @cidr_options
end

#creation_time::String

Returns the value of attribute creation_time.

Returns:

  • (::String)


18901
18902
18903
# File 'sig/types.rbs', line 18901

def creation_time
  @creation_time
end

#deletion_time::String

Returns the value of attribute deletion_time.

Returns:

  • (::String)


18903
18904
18905
# File 'sig/types.rbs', line 18903

def deletion_time
  @deletion_time
end

#description::String

Returns the value of attribute description.

Returns:

  • (::String)


18900
18901
18902
# File 'sig/types.rbs', line 18900

def description
  @description
end

#device_validation_domain::String

Returns the value of attribute device_validation_domain.

Returns:

  • (::String)


18895
18896
18897
# File 'sig/types.rbs', line 18895

def device_validation_domain
  @device_validation_domain
end

#domain_certificate_arn::String

Returns the value of attribute domain_certificate_arn.

Returns:

  • (::String)


18893
18894
18895
# File 'sig/types.rbs', line 18893

def domain_certificate_arn
  @domain_certificate_arn
end

#endpoint_domain::String

Returns the value of attribute endpoint_domain.

Returns:

  • (::String)


18894
18895
18896
# File 'sig/types.rbs', line 18894

def endpoint_domain
  @endpoint_domain
end

#endpoint_type"load-balancer", ...

Returns the value of attribute endpoint_type.

Returns:

  • ("load-balancer", "network-interface", "rds", "cidr")


18891
18892
18893
# File 'sig/types.rbs', line 18891

def endpoint_type
  @endpoint_type
end

#last_updated_time::String

Returns the value of attribute last_updated_time.

Returns:

  • (::String)


18902
18903
18904
# File 'sig/types.rbs', line 18902

def last_updated_time
  @last_updated_time
end

#load_balancer_optionsTypes::VerifiedAccessEndpointLoadBalancerOptions

Returns the value of attribute load_balancer_options.



18897
18898
18899
# File 'sig/types.rbs', line 18897

def load_balancer_options
  @load_balancer_options
end

#network_interface_optionsTypes::VerifiedAccessEndpointEniOptions

Returns the value of attribute network_interface_options.



18898
18899
18900
# File 'sig/types.rbs', line 18898

def network_interface_options
  @network_interface_options
end

#rds_optionsTypes::VerifiedAccessEndpointRdsOptions

Returns the value of attribute rds_options.



18906
18907
18908
# File 'sig/types.rbs', line 18906

def rds_options
  @rds_options
end

#security_group_ids::Array[::String]

Returns the value of attribute security_group_ids.

Returns:

  • (::Array[::String])


18896
18897
18898
# File 'sig/types.rbs', line 18896

def security_group_ids
  @security_group_ids
end

#sse_specificationTypes::VerifiedAccessSseSpecificationResponse

Returns the value of attribute sse_specification.



18905
18906
18907
# File 'sig/types.rbs', line 18905

def sse_specification
  @sse_specification
end

#statusTypes::VerifiedAccessEndpointStatus

Returns the value of attribute status.



18899
18900
18901
# File 'sig/types.rbs', line 18899

def status
  @status
end

#tags::Array[Types::Tag]

Returns the value of attribute tags.

Returns:



18904
18905
18906
# File 'sig/types.rbs', line 18904

def tags
  @tags
end

#verified_access_endpoint_id::String

Returns the value of attribute verified_access_endpoint_id.

Returns:

  • (::String)


18889
18890
18891
# File 'sig/types.rbs', line 18889

def verified_access_endpoint_id
  @verified_access_endpoint_id
end

#verified_access_group_id::String

Returns the value of attribute verified_access_group_id.

Returns:

  • (::String)


18888
18889
18890
# File 'sig/types.rbs', line 18888

def verified_access_group_id
  @verified_access_group_id
end

#verified_access_instance_id::String

Returns the value of attribute verified_access_instance_id.

Returns:

  • (::String)


18887
18888
18889
# File 'sig/types.rbs', line 18887

def verified_access_instance_id
  @verified_access_instance_id
end