Class: Aws::Types::IssueCertificateRequest

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

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#api_passthroughTypes::ApiPassthrough

Returns the value of attribute api_passthrough.



319
320
321
# File 'sig/types.rbs', line 319

def api_passthrough
  @api_passthrough
end

#certificate_authority_arn::String

Returns the value of attribute certificate_authority_arn.

Returns:

  • (::String)


320
321
322
# File 'sig/types.rbs', line 320

def certificate_authority_arn
  @certificate_authority_arn
end

#csr::String

Returns the value of attribute csr.

Returns:

  • (::String)


321
322
323
# File 'sig/types.rbs', line 321

def csr
  @csr
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

#signing_algorithm"SHA256WITHECDSA", ...

Returns the value of attribute signing_algorithm.

Returns:

  • ("SHA256WITHECDSA", "SHA384WITHECDSA", "SHA512WITHECDSA", "SHA256WITHRSA", "SHA384WITHRSA", "SHA512WITHRSA", "SHA256WITHRSA_PSS", "SHA384WITHRSA_PSS", "SHA512WITHRSA_PSS", "SM3WITHSM2", "ML_DSA_44", "ML_DSA_65", "ML_DSA_87")


322
323
324
# File 'sig/types.rbs', line 322

def signing_algorithm
  @signing_algorithm
end

#template_arn::String

Returns the value of attribute template_arn.

Returns:

  • (::String)


323
324
325
# File 'sig/types.rbs', line 323

def template_arn
  @template_arn
end

#validityTypes::Validity

Returns the value of attribute validity.

Returns:



324
325
326
# File 'sig/types.rbs', line 324

def validity
  @validity
end

#validity_not_beforeTypes::Validity

Returns the value of attribute validity_not_before.

Returns:



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

def validity_not_before
  @validity_not_before
end