Class: Aws::Types::AppInstanceBot

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

Constant Summary collapse

SENSITIVE =

Returns:

  • ([:name, :metadata])

Instance Attribute Summary collapse

Instance Attribute Details

#app_instance_bot_arn::String

Returns the value of attribute app_instance_bot_arn.

Returns:

  • (::String)


33
34
35
# File 'sig/types.rbs', line 33

def app_instance_bot_arn
  @app_instance_bot_arn
end

#configurationTypes::Configuration

Returns the value of attribute configuration.



35
36
37
# File 'sig/types.rbs', line 35

def configuration
  @configuration
end

#created_timestamp::Time

Returns the value of attribute created_timestamp.

Returns:

  • (::Time)


36
37
38
# File 'sig/types.rbs', line 36

def created_timestamp
  @created_timestamp
end

#last_updated_timestamp::Time

Returns the value of attribute last_updated_timestamp.

Returns:

  • (::Time)


37
38
39
# File 'sig/types.rbs', line 37

def last_updated_timestamp
  @last_updated_timestamp
end

#metadata::String

Returns the value of attribute metadata.

Returns:

  • (::String)


38
39
40
# File 'sig/types.rbs', line 38

def 
  @metadata
end

#name::String

Returns the value of attribute name.

Returns:

  • (::String)


34
35
36
# File 'sig/types.rbs', line 34

def name
  @name
end