Class: Aws::Types::GetSceneResponse

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

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#arn::String

Returns the value of attribute arn.

Returns:

  • (::String)


587
588
589
# File 'sig/types.rbs', line 587

def arn
  @arn
end

#capabilities::Array[::String]

Returns the value of attribute capabilities.

Returns:

  • (::Array[::String])


591
592
593
# File 'sig/types.rbs', line 591

def capabilities
  @capabilities
end

#content_location::String

Returns the value of attribute content_location.

Returns:

  • (::String)


586
587
588
# File 'sig/types.rbs', line 586

def content_location
  @content_location
end

#creation_date_time::Time

Returns the value of attribute creation_date_time.

Returns:

  • (::Time)


588
589
590
# File 'sig/types.rbs', line 588

def creation_date_time
  @creation_date_time
end

#description::String

Returns the value of attribute description.

Returns:

  • (::String)


590
591
592
# File 'sig/types.rbs', line 590

def description
  @description
end

#errorTypes::SceneError

Returns the value of attribute error.

Returns:



594
595
596
# File 'sig/types.rbs', line 594

def error
  @error
end

#generated_scene_metadata::Hash[::String, ::String]

Returns the value of attribute generated_scene_metadata.

Returns:

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


593
594
595
# File 'sig/types.rbs', line 593

def 
  
end

#scene_id::String

Returns the value of attribute scene_id.

Returns:

  • (::String)


585
586
587
# File 'sig/types.rbs', line 585

def scene_id
  @scene_id
end

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

Returns the value of attribute scene_metadata.

Returns:

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


592
593
594
# File 'sig/types.rbs', line 592

def 
  
end

#update_date_time::Time

Returns the value of attribute update_date_time.

Returns:

  • (::Time)


589
590
591
# File 'sig/types.rbs', line 589

def update_date_time
  @update_date_time
end

#workspace_id::String

Returns the value of attribute workspace_id.

Returns:

  • (::String)


584
585
586
# File 'sig/types.rbs', line 584

def workspace_id
  @workspace_id
end