Class: Aws::Types::ListTrustedEntitySetsResponse

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

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#next_token::String

Returns the value of attribute next_token.

Returns:

  • (::String)


2075
2076
2077
# File 'sig/types.rbs', line 2075

def next_token
  @next_token
end

#trusted_entity_set_ids::Array[::String]

Returns the value of attribute trusted_entity_set_ids.

Returns:

  • (::Array[::String])


2074
2075
2076
# File 'sig/types.rbs', line 2074

def trusted_entity_set_ids
  @trusted_entity_set_ids
end