Class: Aws::Types::UpdateSceneRequest

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

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#capabilities::Array[::String]

Returns the value of attribute capabilities.

Returns:

  • (::Array[::String])


1236
1237
1238
# File 'sig/types.rbs', line 1236

def capabilities
  @capabilities
end

#content_location::String

Returns the value of attribute content_location.

Returns:

  • (::String)


1234
1235
1236
# File 'sig/types.rbs', line 1234

def content_location
  @content_location
end

#description::String

Returns the value of attribute description.

Returns:

  • (::String)


1235
1236
1237
# File 'sig/types.rbs', line 1235

def description
  @description
end

#scene_id::String

Returns the value of attribute scene_id.

Returns:

  • (::String)


1233
1234
1235
# File 'sig/types.rbs', line 1233

def scene_id
  @scene_id
end

#scene_metadata::Hash[::String, ::String]

Returns the value of attribute scene_metadata.

Returns:

  • (::Hash[::String, ::String])


1237
1238
1239
# File 'sig/types.rbs', line 1237

def 
  @scene_metadata
end

#workspace_id::String

Returns the value of attribute workspace_id.

Returns:

  • (::String)


1232
1233
1234
# File 'sig/types.rbs', line 1232

def workspace_id
  @workspace_id
end