Class: Aws::EC2::Types::ThroughResourcesStatement

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

Overview

Describes a through resource statement.

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#resource_statementTypes::ResourceStatement

The resource statement.



65221
65222
65223
65224
65225
# File 'lib/aws-sdk-ec2/types.rb', line 65221

class ThroughResourcesStatement < Struct.new(
  :resource_statement)
  SENSITIVE = []
  include Aws::Structure
end