Class: Aws::Types::ListBotAliasReplicasResponse

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

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#bot_alias_replica_summaries ⇒ ::Array[Types::BotAliasReplicaSummary]

Returns the value of attribute bot_alias_replica_summaries.

Returns:



2142
2143
2144
# File 'sig/types.rbs', line 2142

def bot_alias_replica_summaries
  @bot_alias_replica_summaries
end

#bot_id ⇒ ::String

Returns the value of attribute bot_id.

Returns:

  • (::String)


2139
2140
2141
# File 'sig/types.rbs', line 2139

def bot_id
  @bot_id
end

#next_token ⇒ ::String

Returns the value of attribute next_token.

Returns:

  • (::String)


2143
2144
2145
# File 'sig/types.rbs', line 2143

def next_token
  @next_token
end

#replica_region ⇒ ::String

Returns the value of attribute replica_region.

Returns:

  • (::String)


2141
2142
2143
# File 'sig/types.rbs', line 2141

def replica_region
  @replica_region
end

#source_region ⇒ ::String

Returns the value of attribute source_region.

Returns:

  • (::String)


2140
2141
2142
# File 'sig/types.rbs', line 2140

def source_region
  @source_region
end