Class: Aws::Types::CreateCustomDomainAssociationRequest

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

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#custom_domain_certificate_arn::String

Returns the value of attribute custom_domain_certificate_arn.

Returns:

  • (::String)


50
51
52
# File 'sig/types.rbs', line 50

def custom_domain_certificate_arn
  @custom_domain_certificate_arn
end

#custom_domain_name::String

Returns the value of attribute custom_domain_name.

Returns:

  • (::String)


51
52
53
# File 'sig/types.rbs', line 51

def custom_domain_name
  @custom_domain_name
end

#workgroup_name::String

Returns the value of attribute workgroup_name.

Returns:

  • (::String)


52
53
54
# File 'sig/types.rbs', line 52

def workgroup_name
  @workgroup_name
end