Class: Aws::Types::ListTrustedEntitySetsRequest

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

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#detector_id::String

Returns the value of attribute detector_id.

Returns:

  • (::String)


2067
2068
2069
# File 'sig/types.rbs', line 2067

def detector_id
  @detector_id
end

#max_results::Integer

Returns the value of attribute max_results.

Returns:

  • (::Integer)


2068
2069
2070
# File 'sig/types.rbs', line 2068

def max_results
  @max_results
end

#next_token::String

Returns the value of attribute next_token.

Returns:

  • (::String)


2069
2070
2071
# File 'sig/types.rbs', line 2069

def next_token
  @next_token
end