Class: Aws::Types::BotImportSpecification

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

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#bot_name ⇒ ::String

Returns the value of attribute bot_name.

Returns:

  • (::String)


452
453
454
# File 'sig/types.rbs', line 452

def bot_name
  @bot_name
end

#bot_tags ⇒ ::Hash[::String, ::String]

Returns the value of attribute bot_tags.

Returns:

  • (::Hash[::String, ::String])


457
458
459
# File 'sig/types.rbs', line 457

def bot_tags
  @bot_tags
end

#data_privacy ⇒ Types::DataPrivacy

Returns the value of attribute data_privacy.

Returns:



454
455
456
# File 'sig/types.rbs', line 454

def data_privacy
  @data_privacy
end

#error_log_settings ⇒ Types::ErrorLogSettings

Returns the value of attribute error_log_settings.



455
456
457
# File 'sig/types.rbs', line 455

def error_log_settings
  @error_log_settings
end

#idle_session_ttl_in_seconds ⇒ ::Integer

Returns the value of attribute idle_session_ttl_in_seconds.

Returns:

  • (::Integer)


456
457
458
# File 'sig/types.rbs', line 456

def idle_session_ttl_in_seconds
  @idle_session_ttl_in_seconds
end

#role_arn ⇒ ::String

Returns the value of attribute role_arn.

Returns:

  • (::String)


453
454
455
# File 'sig/types.rbs', line 453

def role_arn
  @role_arn
end

#test_bot_alias_tags ⇒ ::Hash[::String, ::String]

Returns the value of attribute test_bot_alias_tags.

Returns:

  • (::Hash[::String, ::String])


458
459
460
# File 'sig/types.rbs', line 458

def test_bot_alias_tags
  @test_bot_alias_tags
end