Class: Aws::Types::UpdateExperienceRequest

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

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#configurationTypes::ExperienceConfiguration

Returns the value of attribute configuration.



2084
2085
2086
# File 'sig/types.rbs', line 2084

def configuration
  @configuration
end

#description::String

Returns the value of attribute description.

Returns:

  • (::String)


2085
2086
2087
# File 'sig/types.rbs', line 2085

def description
  @description
end

#id::String

Returns the value of attribute id.

Returns:

  • (::String)


2080
2081
2082
# File 'sig/types.rbs', line 2080

def id
  @id
end

#index_id::String

Returns the value of attribute index_id.

Returns:

  • (::String)


2082
2083
2084
# File 'sig/types.rbs', line 2082

def index_id
  @index_id
end

#name::String

Returns the value of attribute name.

Returns:

  • (::String)


2081
2082
2083
# File 'sig/types.rbs', line 2081

def name
  @name
end

#role_arn::String

Returns the value of attribute role_arn.

Returns:

  • (::String)


2083
2084
2085
# File 'sig/types.rbs', line 2083

def role_arn
  @role_arn
end