Class: Aws::EC2::Types::ResourceTypeRequest

Inherits:
Struct
  • Object
show all
Defined in:
gems/aws-sdk-ec2/lib/aws-sdk-ec2/types.rb

Overview

A resource type to check for image references. Associated options can also be specified if the resource type is an EC2 instance or launch template.

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#resource_typeString

The resource type.

Returns:

  • (String)


66759
66760
66761
66762
66763
66764
# File 'gems/aws-sdk-ec2/lib/aws-sdk-ec2/types.rb', line 66759

class ResourceTypeRequest < Struct.new(
  :resource_type,
  :resource_type_options)
  SENSITIVE = []
  include Aws::Structure
end

#resource_type_optionsArray<Types::ResourceTypeOption>

The options that affect the scope of the response. Valid only when ResourceType is ec2:Instance or ec2:LaunchTemplate.

Returns:



66759
66760
66761
66762
66763
66764
# File 'gems/aws-sdk-ec2/lib/aws-sdk-ec2/types.rb', line 66759

class ResourceTypeRequest < Struct.new(
  :resource_type,
  :resource_type_options)
  SENSITIVE = []
  include Aws::Structure
end