Class: Aws::Types::Association

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

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#certificate_associations::Array[Types::CertificateAssociation]

Returns the value of attribute certificate_associations.

Returns:



63
64
65
# File 'sig/types.rbs', line 63

def certificate_associations
  @certificate_associations
end

#custom_domain_certificate_arn::String

Returns the value of attribute custom_domain_certificate_arn.

Returns:

  • (::String)


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

def custom_domain_certificate_arn
  @custom_domain_certificate_arn
end

#custom_domain_certificate_expiry_date::Time

Returns the value of attribute custom_domain_certificate_expiry_date.

Returns:

  • (::Time)


62
63
64
# File 'sig/types.rbs', line 62

def custom_domain_certificate_expiry_date
  @custom_domain_certificate_expiry_date
end