Class: Aws::Types::BotAliasReplicaSummary

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

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#bot_alias_id ⇒ ::String

Returns the value of attribute bot_alias_id.

Returns:

  • (::String)


396
397
398
# File 'sig/types.rbs', line 396

def bot_alias_id
  @bot_alias_id
end

#bot_alias_replication_status ⇒ "Creating", ...

Returns the value of attribute bot_alias_replication_status.

Returns:

  • ("Creating", "Updating", "Available", "Deleting", "Failed")


397
398
399
# File 'sig/types.rbs', line 397

def bot_alias_replication_status
  @bot_alias_replication_status
end

#bot_version ⇒ ::String

Returns the value of attribute bot_version.

Returns:

  • (::String)


398
399
400
# File 'sig/types.rbs', line 398

def bot_version
  @bot_version
end

#creation_date_time ⇒ ::Time

Returns the value of attribute creation_date_time.

Returns:

  • (::Time)


399
400
401
# File 'sig/types.rbs', line 399

def creation_date_time
  @creation_date_time
end

#failure_reasons ⇒ ::Array[::String]

Returns the value of attribute failure_reasons.

Returns:

  • (::Array[::String])


401
402
403
# File 'sig/types.rbs', line 401

def failure_reasons
  @failure_reasons
end

#last_updated_date_time ⇒ ::Time

Returns the value of attribute last_updated_date_time.

Returns:

  • (::Time)


400
401
402
# File 'sig/types.rbs', line 400

def last_updated_date_time
  @last_updated_date_time
end