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)


66799
66800
66801
66802
66803
66804
# File 'gems/aws-sdk-ec2/lib/aws-sdk-ec2/types.rb', line 66799

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:



66799
66800
66801
66802
66803
66804
# File 'gems/aws-sdk-ec2/lib/aws-sdk-ec2/types.rb', line 66799

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