Class: Aws::EC2::Types::ThroughResourcesStatement
- Inherits:
-
Struct
- Object
- Struct
- Aws::EC2::Types::ThroughResourcesStatement
- Includes:
- Structure
- Defined in:
- 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.
68587 68588 68589 68590 68591 |
# File 'lib/aws-sdk-ec2/types.rb', line 68587 class ThroughResourcesStatement < Struct.new( :resource_statement) SENSITIVE = [] include Aws::Structure end |