Class: Aws::Types::ListDistributionsByTrustStoreRequest

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)


2460
2461
2462
# File 'sig/types.rbs', line 2460

def marker
  @marker
end

#max_items::Integer

Returns the value of attribute max_items.

Returns:

  • (::Integer)


2461
2462
2463
# File 'sig/types.rbs', line 2461

def max_items
  @max_items
end

#trust_store_identifier::String

Returns the value of attribute trust_store_identifier.

Returns:

  • (::String)


2459
2460
2461
# File 'sig/types.rbs', line 2459

def trust_store_identifier
  @trust_store_identifier
end