Class: Aws::Types::CreateDomainNameAccessAssociationRequest

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

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#access_association_source::String

Returns the value of attribute access_association_source.

Returns:

  • (::String)


192
193
194
# File 'sig/types.rbs', line 192

def access_association_source
  @access_association_source
end

#access_association_source_type"VPCE"

Returns the value of attribute access_association_source_type.

Returns:

  • ("VPCE")


191
192
193
# File 'sig/types.rbs', line 191

def access_association_source_type
  @access_association_source_type
end

#domain_name_arn::String

Returns the value of attribute domain_name_arn.

Returns:

  • (::String)


190
191
192
# File 'sig/types.rbs', line 190

def domain_name_arn
  @domain_name_arn
end

#tags::Hash[::String, ::String]

Returns the value of attribute tags.

Returns:

  • (::Hash[::String, ::String])


193
194
195
# File 'sig/types.rbs', line 193

def tags
  @tags
end