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

Inherits:
Struct
  • Object
show all
Includes:
Structure
Defined in:
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)


47756
47757
47758
47759
47760
47761
# File 'lib/aws-sdk-ec2/types.rb', line 47756

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>)


47756
47757
47758
47759
47760
47761
# File 'lib/aws-sdk-ec2/types.rb', line 47756

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