Class: Aws::Types::DomainNameAccessAssociation

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)


524
525
526
# File 'sig/types.rbs', line 524

def access_association_source
  @access_association_source
end

#access_association_source_type"VPCE"

Returns the value of attribute access_association_source_type.

Returns:

  • ("VPCE")


523
524
525
# File 'sig/types.rbs', line 523

def access_association_source_type
  @access_association_source_type
end

#domain_name_access_association_arn::String

Returns the value of attribute domain_name_access_association_arn.

Returns:

  • (::String)


521
522
523
# File 'sig/types.rbs', line 521

def domain_name_access_association_arn
  @domain_name_access_association_arn
end

#domain_name_arn::String

Returns the value of attribute domain_name_arn.

Returns:

  • (::String)


522
523
524
# File 'sig/types.rbs', line 522

def domain_name_arn
  @domain_name_arn
end

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

Returns the value of attribute tags.

Returns:

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


525
526
527
# File 'sig/types.rbs', line 525

def tags
  @tags
end