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

Inherits:
Struct
  • Object
show all
Defined in:
gems/aws-sdk-ec2/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.



63891
63892
63893
63894
63895
# File 'gems/aws-sdk-ec2/lib/aws-sdk-ec2/types.rb', line 63891

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