Class: Aws::EC2::Types::ImageUsageResourceTypeOptionRequest

Inherits:
Struct
  • Object
show all
Defined in:
gems/aws-sdk-ec2/lib/aws-sdk-ec2/types.rb

Overview

The options that affect the scope of the report.

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#option_nameString

The name of the option.

Valid value: version-depth - The number of launch template versions to check.

Returns:

  • (String)


44071
44072
44073
44074
44075
44076
# File 'gems/aws-sdk-ec2/lib/aws-sdk-ec2/types.rb', line 44071

class ImageUsageResourceTypeOptionRequest < Struct.new(
  :option_name,
  :option_values)
  SENSITIVE = []
  include Aws::Structure
end

#option_valuesArray<String>

A value for the specified option.

Valid values: Integers between 1 and 10000

Default: 20

Returns:

  • (Array<String>)


44071
44072
44073
44074
44075
44076
# File 'gems/aws-sdk-ec2/lib/aws-sdk-ec2/types.rb', line 44071

class ImageUsageResourceTypeOptionRequest < Struct.new(
  :option_name,
  :option_values)
  SENSITIVE = []
  include Aws::Structure
end