Class: Aws::EC2::Types::ThroughResourcesStatement
- Inherits:
-
Struct
- Object
- Struct
- Aws::EC2::Types::ThroughResourcesStatement
- 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
-
#resource_statement ⇒ Types::ResourceStatement
The resource statement.
Instance Attribute Details
#resource_statement ⇒ Types::ResourceStatement
The resource statement.
69356 69357 69358 69359 69360 |
# File 'gems/aws-sdk-ec2/lib/aws-sdk-ec2/types.rb', line 69356 class ThroughResourcesStatement < Struct.new( :resource_statement) SENSITIVE = [] include Aws::Structure end |