Class: Aws::Types::ListTrustStoresResult

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)


2685
2686
2687
# File 'sig/types.rbs', line 2685

def next_marker
  @next_marker
end

#trust_store_list::Array[Types::TrustStoreSummary]

Returns the value of attribute trust_store_list.

Returns:



2686
2687
2688
# File 'sig/types.rbs', line 2686

def trust_store_list
  @trust_store_list
end