Class: Aws::Types::DescribeTrustStoreAssociationsOutput

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)


472
473
474
# File 'sig/types.rbs', line 472

def next_marker
  @next_marker
end

#trust_store_associations::Array[Types::TrustStoreAssociation]

Returns the value of attribute trust_store_associations.

Returns:



471
472
473
# File 'sig/types.rbs', line 471

def trust_store_associations
  @trust_store_associations
end