Class: Aws::EC2::Types::AccessScopePath
- Inherits:
-
Struct
- Object
- Struct
- Aws::EC2::Types::AccessScopePath
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-ec2/types.rb
Overview
Describes a path.
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#destination ⇒ Types::PathStatement
The destination.
-
#source ⇒ Types::PathStatement
The source.
-
#through_resources ⇒ Array<Types::ThroughResourcesStatement>
The through resources.
Instance Attribute Details
#destination ⇒ Types::PathStatement
The destination.
408 409 410 411 412 413 414 |
# File 'lib/aws-sdk-ec2/types.rb', line 408 class AccessScopePath < Struct.new( :source, :destination, :through_resources) SENSITIVE = [] include Aws::Structure end |
#source ⇒ Types::PathStatement
The source.
408 409 410 411 412 413 414 |
# File 'lib/aws-sdk-ec2/types.rb', line 408 class AccessScopePath < Struct.new( :source, :destination, :through_resources) SENSITIVE = [] include Aws::Structure end |
#through_resources ⇒ Array<Types::ThroughResourcesStatement>
The through resources.
408 409 410 411 412 413 414 |
# File 'lib/aws-sdk-ec2/types.rb', line 408 class AccessScopePath < Struct.new( :source, :destination, :through_resources) SENSITIVE = [] include Aws::Structure end |