Class: Aws::Types::DeleteBotReplicaResponse

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)


1169
1170
1171
# File 'sig/types.rbs', line 1169

def bot_id
  @bot_id
end

#bot_replica_status ⇒ "Enabling", ...

Returns the value of attribute bot_replica_status.

Returns:

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


1171
1172
1173
# File 'sig/types.rbs', line 1171

def bot_replica_status
  @bot_replica_status
end

#replica_region ⇒ ::String

Returns the value of attribute replica_region.

Returns:

  • (::String)


1170
1171
1172
# File 'sig/types.rbs', line 1170

def replica_region
  @replica_region
end