Class: Aws::EC2::Types::ImageUsageResourceTypeOption
- Inherits:
-
Struct
- Object
- Struct
- Aws::EC2::Types::ImageUsageResourceTypeOption
- 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>
The number of launch template versions to check.
Instance Attribute Details
#option_name ⇒ String
The name of the option.
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_values ⇒ Array<String>
The number of launch template versions to check.
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 |