Class: Aws::Types::SceneSummary

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)


1069
1070
1071
# File 'sig/types.rbs', line 1069

def arn
  @arn
end

#content_location::String

Returns the value of attribute content_location.

Returns:

  • (::String)


1068
1069
1070
# File 'sig/types.rbs', line 1068

def content_location
  @content_location
end

#creation_date_time::Time

Returns the value of attribute creation_date_time.

Returns:

  • (::Time)


1070
1071
1072
# File 'sig/types.rbs', line 1070

def creation_date_time
  @creation_date_time
end

#description::String

Returns the value of attribute description.

Returns:

  • (::String)


1072
1073
1074
# File 'sig/types.rbs', line 1072

def description
  @description
end

#scene_id::String

Returns the value of attribute scene_id.

Returns:

  • (::String)


1067
1068
1069
# File 'sig/types.rbs', line 1067

def scene_id
  @scene_id
end

#update_date_time::Time

Returns the value of attribute update_date_time.

Returns:

  • (::Time)


1071
1072
1073
# File 'sig/types.rbs', line 1071

def update_date_time
  @update_date_time
end