Class: Aws::Types::CreateCertificateFromCsrResponse

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

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#certificate_arn::String

Returns the value of attribute certificate_arn.

Returns:

  • (::String)


792
793
794
# File 'sig/types.rbs', line 792

def certificate_arn
  @certificate_arn
end

#certificate_id::String

Returns the value of attribute certificate_id.

Returns:

  • (::String)


793
794
795
# File 'sig/types.rbs', line 793

def certificate_id
  @certificate_id
end

#certificate_pem::String

Returns the value of attribute certificate_pem.

Returns:

  • (::String)


794
795
796
# File 'sig/types.rbs', line 794

def certificate_pem
  @certificate_pem
end