Class: Aws::Types::ListReservationsRequest

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)


2139
2140
2141
# File 'sig/types.rbs', line 2139

def channel_class
  @channel_class
end

#codec::String

Returns the value of attribute codec.

Returns:

  • (::String)


2140
2141
2142
# File 'sig/types.rbs', line 2140

def codec
  @codec
end

#max_results::Integer

Returns the value of attribute max_results.

Returns:

  • (::Integer)


2141
2142
2143
# File 'sig/types.rbs', line 2141

def max_results
  @max_results
end

#maximum_bitrate::String

Returns the value of attribute maximum_bitrate.

Returns:

  • (::String)


2142
2143
2144
# File 'sig/types.rbs', line 2142

def maximum_bitrate
  @maximum_bitrate
end

#maximum_framerate::String

Returns the value of attribute maximum_framerate.

Returns:

  • (::String)


2143
2144
2145
# File 'sig/types.rbs', line 2143

def maximum_framerate
  @maximum_framerate
end

#next_token::String

Returns the value of attribute next_token.

Returns:

  • (::String)


2144
2145
2146
# File 'sig/types.rbs', line 2144

def next_token
  @next_token
end

#resolution::String

Returns the value of attribute resolution.

Returns:

  • (::String)


2145
2146
2147
# File 'sig/types.rbs', line 2145

def resolution
  @resolution
end

#resource_type::String

Returns the value of attribute resource_type.

Returns:

  • (::String)


2146
2147
2148
# File 'sig/types.rbs', line 2146

def resource_type
  @resource_type
end

#special_feature::String

Returns the value of attribute special_feature.

Returns:

  • (::String)


2147
2148
2149
# File 'sig/types.rbs', line 2147

def special_feature
  @special_feature
end

#video_quality::String

Returns the value of attribute video_quality.

Returns:

  • (::String)


2148
2149
2150
# File 'sig/types.rbs', line 2148

def video_quality
  @video_quality
end