Class: Aws::Types::CreateAcmeDomainValidationRequest

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)


327
328
329
# File 'sig/types.rbs', line 327

def acme_endpoint_arn
  @acme_endpoint_arn
end

#domain_name::String

Returns the value of attribute domain_name.

Returns:

  • (::String)


328
329
330
# File 'sig/types.rbs', line 328

def domain_name
  @domain_name
end

#idempotency_token::String

Returns the value of attribute idempotency_token.

Returns:

  • (::String)


326
327
328
# File 'sig/types.rbs', line 326

def idempotency_token
  @idempotency_token
end

#prevalidation_optionsTypes::PrevalidationOptions

Returns the value of attribute prevalidation_options.



329
330
331
# File 'sig/types.rbs', line 329

def prevalidation_options
  @prevalidation_options
end

#tags::Array[Types::Tag]

Returns the value of attribute tags.

Returns:



330
331
332
# File 'sig/types.rbs', line 330

def tags
  @tags
end