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.
68844 68845 68846 68847 68848 |
# File 'gems/aws-sdk-ec2/lib/aws-sdk-ec2/types.rb', line 68844 class ThroughResourcesStatement < Struct.new( :resource_statement) SENSITIVE = [] include Aws::Structure end |