Class: Aws::Types::DescribeBotReplicaResponse

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)


1409
1410
1411
# File 'sig/types.rbs', line 1409

def bot_id
  @bot_id
end

#bot_replica_status ⇒ "Enabling", ...

Returns the value of attribute bot_replica_status.

Returns:

  • ("Enabling", "Enabled", "Deleting", "Failed")


1413
1414
1415
# File 'sig/types.rbs', line 1413

def bot_replica_status
  @bot_replica_status
end

#creation_date_time ⇒ ::Time

Returns the value of attribute creation_date_time.

Returns:

  • (::Time)


1412
1413
1414
# File 'sig/types.rbs', line 1412

def creation_date_time
  @creation_date_time
end

#failure_reasons ⇒ ::Array[::String]

Returns the value of attribute failure_reasons.

Returns:

  • (::Array[::String])


1414
1415
1416
# File 'sig/types.rbs', line 1414

def failure_reasons
  @failure_reasons
end

#replica_region ⇒ ::String

Returns the value of attribute replica_region.

Returns:

  • (::String)


1410
1411
1412
# File 'sig/types.rbs', line 1410

def replica_region
  @replica_region
end

#source_region ⇒ ::String

Returns the value of attribute source_region.

Returns:

  • (::String)


1411
1412
1413
# File 'sig/types.rbs', line 1411

def source_region
  @source_region
end