Class: Aws::Types::DescribeBotVersionResponse

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)


1470
1471
1472
# File 'sig/types.rbs', line 1470

def bot_id
  @bot_id
end

#bot_members ⇒ ::Array[Types::BotMember]

Returns the value of attribute bot_members.

Returns:



1482
1483
1484
# File 'sig/types.rbs', line 1482

def bot_members
  @bot_members
end

#bot_name ⇒ ::String

Returns the value of attribute bot_name.

Returns:

  • (::String)


1471
1472
1473
# File 'sig/types.rbs', line 1471

def bot_name
  @bot_name
end

#bot_status ⇒ "Creating", ...

Returns the value of attribute bot_status.

Returns:

  • ("Creating", "Available", "Inactive", "Deleting", "Failed", "Versioning", "Importing", "Updating")


1477
1478
1479
# File 'sig/types.rbs', line 1477

def bot_status
  @bot_status
end

#bot_type ⇒ "Bot", "BotNetwork"

Returns the value of attribute bot_type.

Returns:

  • ("Bot", "BotNetwork")


1481
1482
1483
# File 'sig/types.rbs', line 1481

def bot_type
  @bot_type
end

#bot_version ⇒ ::String

Returns the value of attribute bot_version.

Returns:

  • (::String)


1472
1473
1474
# File 'sig/types.rbs', line 1472

def bot_version
  @bot_version
end

#creation_date_time ⇒ ::Time

Returns the value of attribute creation_date_time.

Returns:

  • (::Time)


1479
1480
1481
# File 'sig/types.rbs', line 1479

def creation_date_time
  @creation_date_time
end

#data_privacy ⇒ Types::DataPrivacy

Returns the value of attribute data_privacy.

Returns:



1475
1476
1477
# File 'sig/types.rbs', line 1475

def data_privacy
  @data_privacy
end

#description ⇒ ::String

Returns the value of attribute description.

Returns:

  • (::String)


1473
1474
1475
# File 'sig/types.rbs', line 1473

def description
  @description
end

#failure_reasons ⇒ ::Array[::String]

Returns the value of attribute failure_reasons.

Returns:

  • (::Array[::String])


1478
1479
1480
# File 'sig/types.rbs', line 1478

def failure_reasons
  @failure_reasons
end

#idle_session_ttl_in_seconds ⇒ ::Integer

Returns the value of attribute idle_session_ttl_in_seconds.

Returns:

  • (::Integer)


1476
1477
1478
# File 'sig/types.rbs', line 1476

def idle_session_ttl_in_seconds
  @idle_session_ttl_in_seconds
end

#parent_bot_networks ⇒ ::Array[Types::ParentBotNetwork]

Returns the value of attribute parent_bot_networks.

Returns:



1480
1481
1482
# File 'sig/types.rbs', line 1480

def parent_bot_networks
  @parent_bot_networks
end

#role_arn ⇒ ::String

Returns the value of attribute role_arn.

Returns:

  • (::String)


1474
1475
1476
# File 'sig/types.rbs', line 1474

def role_arn
  @role_arn
end