Class: Aws::Types::ImportCertificateRequest

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

Constant Summary collapse

SENSITIVE =

Returns:

  • ([:certificate, :certificate_chain, :private_key])

Instance Attribute Summary collapse

Instance Attribute Details

#active_date::Time

Returns the value of attribute active_date.

Returns:

  • (::Time)


766
767
768
# File 'sig/types.rbs', line 766

def active_date
  @active_date
end

#certificate::String

Returns the value of attribute certificate.

Returns:

  • (::String)


763
764
765
# File 'sig/types.rbs', line 763

def certificate
  @certificate
end

#certificate_chain::String

Returns the value of attribute certificate_chain.

Returns:

  • (::String)


764
765
766
# File 'sig/types.rbs', line 764

def certificate_chain
  @certificate_chain
end

#description::String

Returns the value of attribute description.

Returns:

  • (::String)


768
769
770
# File 'sig/types.rbs', line 768

def description
  @description
end

#inactive_date::Time

Returns the value of attribute inactive_date.

Returns:

  • (::Time)


767
768
769
# File 'sig/types.rbs', line 767

def inactive_date
  @inactive_date
end

#private_key::String

Returns the value of attribute private_key.

Returns:

  • (::String)


765
766
767
# File 'sig/types.rbs', line 765

def private_key
  @private_key
end

#tags::Array[Types::Tag]

Returns the value of attribute tags.

Returns:



769
770
771
# File 'sig/types.rbs', line 769

def tags
  @tags
end

#usage"SIGNING", ...

Returns the value of attribute usage.

Returns:

  • ("SIGNING", "ENCRYPTION", "TLS")


762
763
764
# File 'sig/types.rbs', line 762

def usage
  @usage
end