Class: Aws::Types::ListSuiteDefinitionsResponse

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)


129
130
131
# File 'sig/types.rbs', line 129

def next_token
  @next_token
end

#suite_definition_information_list ⇒ ::Array[Types::SuiteDefinitionInformation]

Returns the value of attribute suite_definition_information_list.

Returns:



128
129
130
# File 'sig/types.rbs', line 128

def suite_definition_information_list
  @suite_definition_information_list
end