Class: Aws::EC2::Types::ImageUsageResourceTypeOption

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.

Returns:

  • (String)


44121
44122
44123
44124
44125
44126
# File 'gems/aws-sdk-ec2/lib/aws-sdk-ec2/types.rb', line 44121

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

#option_valuesArray<String>

The number of launch template versions to check.

Returns:

  • (Array<String>)


44121
44122
44123
44124
44125
44126
# File 'gems/aws-sdk-ec2/lib/aws-sdk-ec2/types.rb', line 44121

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