Class: Aws::Types::GetTrustStoreRevocationContentInput

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

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#revocation_id::Integer

Returns the value of attribute revocation_id.

Returns:

  • (::Integer)


562
563
564
# File 'sig/types.rbs', line 562

def revocation_id
  @revocation_id
end

#trust_store_arn::String

Returns the value of attribute trust_store_arn.

Returns:

  • (::String)


561
562
563
# File 'sig/types.rbs', line 561

def trust_store_arn
  @trust_store_arn
end