Class: Aws::Types::AutomatedAbrRule

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

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#allowed_renditions::Array[Types::AllowedRenditionSize]

Returns the value of attribute allowed_renditions.

Returns:



195
196
197
# File 'sig/types.rbs', line 195

def allowed_renditions
  @allowed_renditions
end

#force_include_renditions::Array[Types::ForceIncludeRenditionSize]

Returns the value of attribute force_include_renditions.

Returns:



196
197
198
# File 'sig/types.rbs', line 196

def force_include_renditions
  @force_include_renditions
end

#min_bottom_rendition_sizeTypes::MinBottomRenditionSize

Returns the value of attribute min_bottom_rendition_size.



197
198
199
# File 'sig/types.rbs', line 197

def min_bottom_rendition_size
  @min_bottom_rendition_size
end

#min_top_rendition_sizeTypes::MinTopRenditionSize

Returns the value of attribute min_top_rendition_size.



198
199
200
# File 'sig/types.rbs', line 198

def min_top_rendition_size
  @min_top_rendition_size
end

#type"MIN_TOP_RENDITION_SIZE", ...

Returns the value of attribute type.

Returns:

  • ("MIN_TOP_RENDITION_SIZE", "MIN_BOTTOM_RENDITION_SIZE", "FORCE_INCLUDE_RENDITIONS", "ALLOWED_RENDITIONS")


199
200
201
# File 'sig/types.rbs', line 199

def type
  @type
end