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.



64077
64078
64079
64080
64081
# File 'gems/aws-sdk-ec2/lib/aws-sdk-ec2/types.rb', line 64077

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