Class: Aws::Types::CreateAcmeEndpointRequest

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

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#authorization_behavior"PRE_APPROVED"

Returns the value of attribute authorization_behavior.

Returns:

  • ("PRE_APPROVED")


341
342
343
# File 'sig/types.rbs', line 341

def authorization_behavior
  @authorization_behavior
end

#certificate_authorityTypes::CertificateAuthority

Returns the value of attribute certificate_authority.



343
344
345
# File 'sig/types.rbs', line 343

def certificate_authority
  @certificate_authority
end

#certificate_tags::Array[Types::Tag]

Returns the value of attribute certificate_tags.

Returns:



345
346
347
# File 'sig/types.rbs', line 345

def certificate_tags
  @certificate_tags
end

#contact"REQUIRED", "NOT_REQUIRED"

Returns the value of attribute contact.

Returns:

  • ("REQUIRED", "NOT_REQUIRED")


342
343
344
# File 'sig/types.rbs', line 342

def contact
  @contact
end

#idempotency_token::String

Returns the value of attribute idempotency_token.

Returns:

  • (::String)


340
341
342
# File 'sig/types.rbs', line 340

def idempotency_token
  @idempotency_token
end

#tags::Array[Types::Tag]

Returns the value of attribute tags.

Returns:



344
345
346
# File 'sig/types.rbs', line 344

def tags
  @tags
end