Class: Aws::Types::VpcDNSTarget

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

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#domain_name ⇒ ::String

Returns the value of attribute domain_name.

Returns:

  • (::String)


742
743
744
# File 'sig/types.rbs', line 742

def domain_name
  @domain_name
end

#vpc_id ⇒ ::String

Returns the value of attribute vpc_id.

Returns:

  • (::String)


741
742
743
# File 'sig/types.rbs', line 741

def vpc_id
  @vpc_id
end

#vpc_ingress_connection_arn ⇒ ::String

Returns the value of attribute vpc_ingress_connection_arn.

Returns:

  • (::String)


740
741
742
# File 'sig/types.rbs', line 740

def vpc_ingress_connection_arn
  @vpc_ingress_connection_arn
end