Class: Aws::Types::CreateCustomDomainAssociationResponse

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)


57
58
59
# File 'sig/types.rbs', line 57

def custom_domain_certificate_arn
  @custom_domain_certificate_arn
end

#custom_domain_certificate_expiry_time::Time

Returns the value of attribute custom_domain_certificate_expiry_time.

Returns:

  • (::Time)


58
59
60
# File 'sig/types.rbs', line 58

def custom_domain_certificate_expiry_time
  @custom_domain_certificate_expiry_time
end

#custom_domain_name::String

Returns the value of attribute custom_domain_name.

Returns:

  • (::String)


59
60
61
# File 'sig/types.rbs', line 59

def custom_domain_name
  @custom_domain_name
end

#workgroup_name::String

Returns the value of attribute workgroup_name.

Returns:

  • (::String)


60
61
62
# File 'sig/types.rbs', line 60

def workgroup_name
  @workgroup_name
end