Class: Aws::Types::CreateAppInstanceBotRequest

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_arn::String

Returns the value of attribute app_instance_arn.

Returns:

  • (::String)


137
138
139
# File 'sig/types.rbs', line 137

def app_instance_arn
  @app_instance_arn
end

#client_request_token::String

Returns the value of attribute client_request_token.

Returns:

  • (::String)


140
141
142
# File 'sig/types.rbs', line 140

def client_request_token
  @client_request_token
end

#configurationTypes::Configuration

Returns the value of attribute configuration.



142
143
144
# File 'sig/types.rbs', line 142

def configuration
  @configuration
end

#metadata::String

Returns the value of attribute metadata.

Returns:

  • (::String)


139
140
141
# File 'sig/types.rbs', line 139

def 
  @metadata
end

#name::String

Returns the value of attribute name.

Returns:

  • (::String)


138
139
140
# File 'sig/types.rbs', line 138

def name
  @name
end

#tags::Array[Types::Tag]

Returns the value of attribute tags.

Returns:



141
142
143
# File 'sig/types.rbs', line 141

def tags
  @tags
end