Class: Aws::Types::ImportCertificateRequest

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

Constant Summary collapse

SENSITIVE =

Returns:

  • ([:private_key])

Instance Attribute Summary collapse

Instance Attribute Details

#certificate::String

Returns the value of attribute certificate.

Returns:

  • (::String)


641
642
643
# File 'sig/types.rbs', line 641

def certificate
  @certificate
end

#certificate_arn::String

Returns the value of attribute certificate_arn.

Returns:

  • (::String)


640
641
642
# File 'sig/types.rbs', line 640

def certificate_arn
  @certificate_arn
end

#certificate_chain::String

Returns the value of attribute certificate_chain.

Returns:

  • (::String)


643
644
645
# File 'sig/types.rbs', line 643

def certificate_chain
  @certificate_chain
end

#private_key::String

Returns the value of attribute private_key.

Returns:

  • (::String)


642
643
644
# File 'sig/types.rbs', line 642

def private_key
  @private_key
end

#tags::Array[Types::Tag]

Returns the value of attribute tags.

Returns:



644
645
646
# File 'sig/types.rbs', line 644

def tags
  @tags
end