Class: Aws::EC2::Types::ImageUsageResourceTypeOptionRequest
- Inherits:
-
Struct
- Object
- Struct
- Aws::EC2::Types::ImageUsageResourceTypeOptionRequest
- 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
-
#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.
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_values ⇒ Array<String>
A value for the specified option.
Valid values: Integers between ‘1` and `10000`
Default: ‘20`
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 |