Class: Aws::Types::AddTrustStoreRevocationsInput

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

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#revocation_contents::Array[Types::RevocationContent]

Returns the value of attribute revocation_contents.

Returns:



49
50
51
# File 'sig/types.rbs', line 49

def revocation_contents
  @revocation_contents
end

#trust_store_arn::String

Returns the value of attribute trust_store_arn.

Returns:

  • (::String)


48
49
50
# File 'sig/types.rbs', line 48

def trust_store_arn
  @trust_store_arn
end