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.



63138
63139
63140
63141
63142
# File 'lib/aws-sdk-ec2/types.rb', line 63138

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