Class: Aws::Types::TrustStore

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

Constant Summary collapse

SENSITIVE =

Returns:

  • ([:ca_content, :crl_content])

Instance Attribute Summary collapse

Instance Attribute Details

#ca_content::String

Returns the value of attribute ca_content.

Returns:

  • (::String)


1466
1467
1468
# File 'sig/types.rbs', line 1466

def ca_content
  @ca_content
end

#crl_content::String

Returns the value of attribute crl_content.

Returns:

  • (::String)


1467
1468
1469
# File 'sig/types.rbs', line 1467

def crl_content
  @crl_content
end

#kms_key_arn::String

Returns the value of attribute kms_key_arn.

Returns:

  • (::String)


1468
1469
1470
# File 'sig/types.rbs', line 1468

def kms_key_arn
  @kms_key_arn
end