Class: Aws::Types::CertificateSettings

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

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#custom_certificate_arn::String

Returns the value of attribute custom_certificate_arn.

Returns:

  • (::String)


132
133
134
# File 'sig/types.rbs', line 132

def custom_certificate_arn
  @custom_certificate_arn
end

#type"AMPLIFY_MANAGED", "CUSTOM"

Returns the value of attribute type.

Returns:

  • ("AMPLIFY_MANAGED", "CUSTOM")


131
132
133
# File 'sig/types.rbs', line 131

def type
  @type
end