Class: Aws::Types::ListOfferingsRequest

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

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#channel_class::String

Returns the value of attribute channel_class.

Returns:

  • (::String)


2111
2112
2113
# File 'sig/types.rbs', line 2111

def channel_class
  @channel_class
end

#channel_configuration::String

Returns the value of attribute channel_configuration.

Returns:

  • (::String)


2112
2113
2114
# File 'sig/types.rbs', line 2112

def channel_configuration
  @channel_configuration
end

#codec::String

Returns the value of attribute codec.

Returns:

  • (::String)


2113
2114
2115
# File 'sig/types.rbs', line 2113

def codec
  @codec
end

#duration::String

Returns the value of attribute duration.

Returns:

  • (::String)


2114
2115
2116
# File 'sig/types.rbs', line 2114

def duration
  @duration
end

#max_results::Integer

Returns the value of attribute max_results.

Returns:

  • (::Integer)


2115
2116
2117
# File 'sig/types.rbs', line 2115

def max_results
  @max_results
end

#maximum_bitrate::String

Returns the value of attribute maximum_bitrate.

Returns:

  • (::String)


2116
2117
2118
# File 'sig/types.rbs', line 2116

def maximum_bitrate
  @maximum_bitrate
end

#maximum_framerate::String

Returns the value of attribute maximum_framerate.

Returns:

  • (::String)


2117
2118
2119
# File 'sig/types.rbs', line 2117

def maximum_framerate
  @maximum_framerate
end

#next_token::String

Returns the value of attribute next_token.

Returns:

  • (::String)


2118
2119
2120
# File 'sig/types.rbs', line 2118

def next_token
  @next_token
end

#resolution::String

Returns the value of attribute resolution.

Returns:

  • (::String)


2119
2120
2121
# File 'sig/types.rbs', line 2119

def resolution
  @resolution
end

#resource_type::String

Returns the value of attribute resource_type.

Returns:

  • (::String)


2120
2121
2122
# File 'sig/types.rbs', line 2120

def resource_type
  @resource_type
end

#special_feature::String

Returns the value of attribute special_feature.

Returns:

  • (::String)


2121
2122
2123
# File 'sig/types.rbs', line 2121

def special_feature
  @special_feature
end

#video_quality::String

Returns the value of attribute video_quality.

Returns:

  • (::String)


2122
2123
2124
# File 'sig/types.rbs', line 2122

def video_quality
  @video_quality
end