Class: Aws::Types::DomainNameConfig

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

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#appsync_domain_name::String

Returns the value of attribute appsync_domain_name.

Returns:

  • (::String)


572
573
574
# File 'sig/types.rbs', line 572

def appsync_domain_name
  @appsync_domain_name
end

#certificate_arn::String

Returns the value of attribute certificate_arn.

Returns:

  • (::String)


571
572
573
# File 'sig/types.rbs', line 571

def certificate_arn
  @certificate_arn
end

#description::String

Returns the value of attribute description.

Returns:

  • (::String)


570
571
572
# File 'sig/types.rbs', line 570

def description
  @description
end

#domain_name::String

Returns the value of attribute domain_name.

Returns:

  • (::String)


569
570
571
# File 'sig/types.rbs', line 569

def domain_name
  @domain_name
end

#domain_name_arn::String

Returns the value of attribute domain_name_arn.

Returns:

  • (::String)


575
576
577
# File 'sig/types.rbs', line 575

def domain_name_arn
  @domain_name_arn
end

#hosted_zone_id::String

Returns the value of attribute hosted_zone_id.

Returns:

  • (::String)


573
574
575
# File 'sig/types.rbs', line 573

def hosted_zone_id
  @hosted_zone_id
end

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

Returns the value of attribute tags.

Returns:

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


574
575
576
# File 'sig/types.rbs', line 574

def tags
  @tags
end