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.



63993
63994
63995
63996
63997
# File 'lib/aws-sdk-ec2/types.rb', line 63993

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