Class: Aws::Types::DescribeTrustStoreRevocationsInput

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

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#marker::String

Returns the value of attribute marker.

Returns:

  • (::String)


487
488
489
# File 'sig/types.rbs', line 487

def marker
  @marker
end

#page_size::Integer

Returns the value of attribute page_size.

Returns:

  • (::Integer)


488
489
490
# File 'sig/types.rbs', line 488

def page_size
  @page_size
end

#revocation_ids::Array[::Integer]

Returns the value of attribute revocation_ids.

Returns:

  • (::Array[::Integer])


486
487
488
# File 'sig/types.rbs', line 486

def revocation_ids
  @revocation_ids
end

#trust_store_arn::String

Returns the value of attribute trust_store_arn.

Returns:

  • (::String)


485
486
487
# File 'sig/types.rbs', line 485

def trust_store_arn
  @trust_store_arn
end