Class: Aws::Types::Certificate

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

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#certificate_verification_dns_record::String

Returns the value of attribute certificate_verification_dns_record.

Returns:

  • (::String)


126
127
128
# File 'sig/types.rbs', line 126

def certificate_verification_dns_record
  @certificate_verification_dns_record
end

#custom_certificate_arn::String

Returns the value of attribute custom_certificate_arn.

Returns:

  • (::String)


125
126
127
# File 'sig/types.rbs', line 125

def custom_certificate_arn
  @custom_certificate_arn
end

#type"AMPLIFY_MANAGED", "CUSTOM"

Returns the value of attribute type.

Returns:

  • ("AMPLIFY_MANAGED", "CUSTOM")


124
125
126
# File 'sig/types.rbs', line 124

def type
  @type
end