Class: Aws::EC2::Types::ImageUsageResourceTypeOptionRequest
- Inherits:
-
Struct
- Object
- Struct
- Aws::EC2::Types::ImageUsageResourceTypeOptionRequest
- 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
-
#option_name ⇒ String
The name of the option.
-
#option_values ⇒ Array<String>
A value for the specified option.
Instance Attribute Details
#option_name ⇒ String
The name of the option.
Valid value: version-depth
- The number of launch template
versions to check.
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_values ⇒ Array<String>
A value for the specified option.
Valid values: Integers between 1
and 10000
Default: 20
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 |