Class: Aws::Types::DescribeTrustStoresOutput

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

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#next_marker::String

Returns the value of attribute next_marker.

Returns:

  • (::String)


508
509
510
# File 'sig/types.rbs', line 508

def next_marker
  @next_marker
end

#trust_stores::Array[Types::TrustStore]

Returns the value of attribute trust_stores.

Returns:



507
508
509
# File 'sig/types.rbs', line 507

def trust_stores
  @trust_stores
end