Class: Aws::Types::RemoveTrustStoreRevocationsInput

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

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#revocation_ids::Array[::Integer]

Returns the value of attribute revocation_ids.

Returns:

  • (::Array[::Integer])


925
926
927
# File 'sig/types.rbs', line 925

def revocation_ids
  @revocation_ids
end

#trust_store_arn::String

Returns the value of attribute trust_store_arn.

Returns:

  • (::String)


924
925
926
# File 'sig/types.rbs', line 924

def trust_store_arn
  @trust_store_arn
end