Class: Aws::Types::DescribeThumbnailsRequest

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

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#channel_id::String

Returns the value of attribute channel_id.

Returns:

  • (::String)


1132
1133
1134
# File 'sig/types.rbs', line 1132

def channel_id
  @channel_id
end

#pipeline_id::String

Returns the value of attribute pipeline_id.

Returns:

  • (::String)


1133
1134
1135
# File 'sig/types.rbs', line 1133

def pipeline_id
  @pipeline_id
end

#thumbnail_type::String

Returns the value of attribute thumbnail_type.

Returns:

  • (::String)


1134
1135
1136
# File 'sig/types.rbs', line 1134

def thumbnail_type
  @thumbnail_type
end