Class: Aws::Types::ManagedCertificateRequest

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

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#certificate_transparency_logging_preference"enabled", "disabled"

Returns the value of attribute certificate_transparency_logging_preference.

Returns:

  • ("enabled", "disabled")


2720
2721
2722
# File 'sig/types.rbs', line 2720

def certificate_transparency_logging_preference
  @certificate_transparency_logging_preference
end

#primary_domain_name::String

Returns the value of attribute primary_domain_name.

Returns:

  • (::String)


2719
2720
2721
# File 'sig/types.rbs', line 2719

def primary_domain_name
  @primary_domain_name
end

#validation_token_host"cloudfront", "self-hosted"

Returns the value of attribute validation_token_host.

Returns:

  • ("cloudfront", "self-hosted")


2718
2719
2720
# File 'sig/types.rbs', line 2718

def validation_token_host
  @validation_token_host
end