Class: Aws::Types::DescribeTrustsResult

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:



632
633
634
# File 'sig/types.rbs', line 632

def next_token
  @next_token
end

#trusts::Array[Types::Trust]

Returns the value of attribute trusts.

Returns:



631
632
633
# File 'sig/types.rbs', line 631

def trusts
  @trusts
end