Class: Aws::Types::DescribeTrustStoreRevocation

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

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#number_of_revoked_entries::Integer

Returns the value of attribute number_of_revoked_entries.

Returns:

  • (::Integer)


480
481
482
# File 'sig/types.rbs', line 480

def number_of_revoked_entries
  @number_of_revoked_entries
end

#revocation_id::Integer

Returns the value of attribute revocation_id.

Returns:

  • (::Integer)


478
479
480
# File 'sig/types.rbs', line 478

def revocation_id
  @revocation_id
end

#revocation_type"CRL"

Returns the value of attribute revocation_type.

Returns:

  • ("CRL")


479
480
481
# File 'sig/types.rbs', line 479

def revocation_type
  @revocation_type
end

#trust_store_arn::String

Returns the value of attribute trust_store_arn.

Returns:

  • (::String)


477
478
479
# File 'sig/types.rbs', line 477

def trust_store_arn
  @trust_store_arn
end