Class: Aws::Types::CreateBotReplicaResponse

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)


822
823
824
# File 'sig/types.rbs', line 822

def bot_id
  @bot_id
end

#bot_replica_status ⇒ "Enabling", ...

Returns the value of attribute bot_replica_status.

Returns:

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


826
827
828
# File 'sig/types.rbs', line 826

def bot_replica_status
  @bot_replica_status
end

#creation_date_time ⇒ ::Time

Returns the value of attribute creation_date_time.

Returns:

  • (::Time)


825
826
827
# File 'sig/types.rbs', line 825

def creation_date_time
  @creation_date_time
end

#replica_region ⇒ ::String

Returns the value of attribute replica_region.

Returns:

  • (::String)


823
824
825
# File 'sig/types.rbs', line 823

def replica_region
  @replica_region
end

#source_region ⇒ ::String

Returns the value of attribute source_region.

Returns:

  • (::String)


824
825
826
# File 'sig/types.rbs', line 824

def source_region
  @source_region
end