Class: Aws::Types::CreateExperienceRequest

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

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#client_token::String

Returns the value of attribute client_token.

Returns:

  • (::String)


414
415
416
# File 'sig/types.rbs', line 414

def client_token
  @client_token
end

#configurationTypes::ExperienceConfiguration

Returns the value of attribute configuration.



412
413
414
# File 'sig/types.rbs', line 412

def configuration
  @configuration
end

#description::String

Returns the value of attribute description.

Returns:

  • (::String)


413
414
415
# File 'sig/types.rbs', line 413

def description
  @description
end

#index_id::String

Returns the value of attribute index_id.

Returns:

  • (::String)


410
411
412
# File 'sig/types.rbs', line 410

def index_id
  @index_id
end

#name::String

Returns the value of attribute name.

Returns:

  • (::String)


409
410
411
# File 'sig/types.rbs', line 409

def name
  @name
end

#role_arn::String

Returns the value of attribute role_arn.

Returns:

  • (::String)


411
412
413
# File 'sig/types.rbs', line 411

def role_arn
  @role_arn
end