Class: Aws::Types::CreateSceneRequest

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])


238
239
240
# File 'sig/types.rbs', line 238

def capabilities
  @capabilities
end

#content_location::String

Returns the value of attribute content_location.

Returns:

  • (::String)


236
237
238
# File 'sig/types.rbs', line 236

def content_location
  @content_location
end

#description::String

Returns the value of attribute description.

Returns:

  • (::String)


237
238
239
# File 'sig/types.rbs', line 237

def description
  @description
end

#scene_id::String

Returns the value of attribute scene_id.

Returns:

  • (::String)


235
236
237
# File 'sig/types.rbs', line 235

def scene_id
  @scene_id
end

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

Returns the value of attribute scene_metadata.

Returns:

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


240
241
242
# File 'sig/types.rbs', line 240

def 
  @scene_metadata
end

#tags::Hash[::String, ::String]

Returns the value of attribute tags.

Returns:

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


239
240
241
# File 'sig/types.rbs', line 239

def tags
  @tags
end

#workspace_id::String

Returns the value of attribute workspace_id.

Returns:

  • (::String)


234
235
236
# File 'sig/types.rbs', line 234

def workspace_id
  @workspace_id
end