Class: Aws::Types::SearchAppsResponse

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

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#app_summary_list::Array[Types::AppSummary]

Returns the value of attribute app_summary_list.

Returns:



10129
10130
10131
# File 'sig/types.rbs', line 10129

def app_summary_list
  @app_summary_list
end

#next_token::String

Returns the value of attribute next_token.

Returns:

  • (::String)


10130
10131
10132
# File 'sig/types.rbs', line 10130

def next_token
  @next_token
end

#request_id::String

Returns the value of attribute request_id.

Returns:

  • (::String)


10131
10132
10133
# File 'sig/types.rbs', line 10131

def request_id
  @request_id
end