Class: Aws::Types::ImportCertificateMessage

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

Constant Summary collapse

SENSITIVE =

Returns:

  • ([:certificate_pem])

Instance Attribute Summary collapse

Instance Attribute Details

#certificate_identifier::String

Returns the value of attribute certificate_identifier.

Returns:

  • (::String)


1591
1592
1593
# File 'sig/types.rbs', line 1591

def certificate_identifier
  @certificate_identifier
end

#certificate_pem::String

Returns the value of attribute certificate_pem.

Returns:

  • (::String)


1592
1593
1594
# File 'sig/types.rbs', line 1592

def certificate_pem
  @certificate_pem
end

#certificate_wallet::String

Returns the value of attribute certificate_wallet.

Returns:

  • (::String)


1593
1594
1595
# File 'sig/types.rbs', line 1593

def certificate_wallet
  @certificate_wallet
end

#kms_key_id::String

Returns the value of attribute kms_key_id.

Returns:

  • (::String)


1595
1596
1597
# File 'sig/types.rbs', line 1595

def kms_key_id
  @kms_key_id
end

#tags::Array[Types::Tag]

Returns the value of attribute tags.

Returns:



1594
1595
1596
# File 'sig/types.rbs', line 1594

def tags
  @tags
end