Class: Aws::EC2::Types::VerifiedAccessInstanceCustomSubDomain

Inherits:
Struct
  • Object
show all
Defined in:
gems/aws-sdk-ec2/lib/aws-sdk-ec2/types.rb

Overview

Describes a custom subdomain for a network CIDR endpoint for Verified Access.

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#nameserversArray<String>

The name servers.

Returns:

  • (Array<String>)


71982
71983
71984
71985
71986
71987
# File 'gems/aws-sdk-ec2/lib/aws-sdk-ec2/types.rb', line 71982

class VerifiedAccessInstanceCustomSubDomain < Struct.new(
  :sub_domain,
  :nameservers)
  SENSITIVE = []
  include Aws::Structure
end

#sub_domainString

The subdomain.

Returns:

  • (String)


71982
71983
71984
71985
71986
71987
# File 'gems/aws-sdk-ec2/lib/aws-sdk-ec2/types.rb', line 71982

class VerifiedAccessInstanceCustomSubDomain < Struct.new(
  :sub_domain,
  :nameservers)
  SENSITIVE = []
  include Aws::Structure
end