Class: Aws::Types::UpdateAcmeEndpointRequest

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

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#acme_endpoint_arn::String

Returns the value of attribute acme_endpoint_arn.

Returns:

  • (::String)


1022
1023
1024
# File 'sig/types.rbs', line 1022

def acme_endpoint_arn
  @acme_endpoint_arn
end

#authorization_behavior"PRE_APPROVED"

Returns the value of attribute authorization_behavior.

Returns:

  • ("PRE_APPROVED")


1023
1024
1025
# File 'sig/types.rbs', line 1023

def authorization_behavior
  @authorization_behavior
end

#certificate_authorityTypes::CertificateAuthority

Returns the value of attribute certificate_authority.



1025
1026
1027
# File 'sig/types.rbs', line 1025

def certificate_authority
  @certificate_authority
end

#contact"REQUIRED", "NOT_REQUIRED"

Returns the value of attribute contact.

Returns:

  • ("REQUIRED", "NOT_REQUIRED")


1024
1025
1026
# File 'sig/types.rbs', line 1024

def contact
  @contact
end