Class: Aws::Types::ListBotResourceGenerationsResponse

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

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#bot_id ⇒ ::String

Returns the value of attribute bot_id.

Returns:

  • (::String)


2238
2239
2240
# File 'sig/types.rbs', line 2238

def bot_id
  @bot_id
end

#bot_version ⇒ ::String

Returns the value of attribute bot_version.

Returns:

  • (::String)


2239
2240
2241
# File 'sig/types.rbs', line 2239

def bot_version
  @bot_version
end

#generation_summaries ⇒ ::Array[Types::GenerationSummary]

Returns the value of attribute generation_summaries.

Returns:



2241
2242
2243
# File 'sig/types.rbs', line 2241

def generation_summaries
  @generation_summaries
end

#locale_id ⇒ ::String

Returns the value of attribute locale_id.

Returns:

  • (::String)


2240
2241
2242
# File 'sig/types.rbs', line 2240

def locale_id
  @locale_id
end

#next_token ⇒ ::String

Returns the value of attribute next_token.

Returns:

  • (::String)


2242
2243
2244
# File 'sig/types.rbs', line 2242

def next_token
  @next_token
end