Class: Aws::Types::CreateBotRequest

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

Constant Summary collapse

SENSITIVE =

Returns:

  • ([:display_name])

Instance Attribute Summary collapse

Instance Attribute Details

#account_id::String

Returns the value of attribute account_id.

Returns:

  • (::String)


172
173
174
# File 'sig/types.rbs', line 172

def 
  @account_id
end

#display_name::String

Returns the value of attribute display_name.

Returns:

  • (::String)


173
174
175
# File 'sig/types.rbs', line 173

def display_name
  @display_name
end

#domain::String

Returns the value of attribute domain.

Returns:

  • (::String)


174
175
176
# File 'sig/types.rbs', line 174

def domain
  @domain
end