Class: Aws::DirectConnect::Types::AssociatedGateway
- Inherits:
-
Struct
- Object
- Struct
- Aws::DirectConnect::Types::AssociatedGateway
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-directconnect/types.rb
Overview
Information about the associated gateway.
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#id ⇒ String
The ID of the associated gateway.
-
#owner_account ⇒ String
The ID of the Amazon Web Services account that owns the associated virtual private gateway or transit gateway.
-
#region ⇒ String
The Region where the associated gateway is located.
-
#type ⇒ String
The type of associated gateway.
Instance Attribute Details
#id ⇒ String
The ID of the associated gateway.
371 372 373 374 375 376 377 378 |
# File 'lib/aws-sdk-directconnect/types.rb', line 371 class AssociatedGateway < Struct.new( :id, :type, :owner_account, :region) SENSITIVE = [] include Aws::Structure end |
#owner_account ⇒ String
The ID of the Amazon Web Services account that owns the associated virtual private gateway or transit gateway.
371 372 373 374 375 376 377 378 |
# File 'lib/aws-sdk-directconnect/types.rb', line 371 class AssociatedGateway < Struct.new( :id, :type, :owner_account, :region) SENSITIVE = [] include Aws::Structure end |
#region ⇒ String
The Region where the associated gateway is located.
371 372 373 374 375 376 377 378 |
# File 'lib/aws-sdk-directconnect/types.rb', line 371 class AssociatedGateway < Struct.new( :id, :type, :owner_account, :region) SENSITIVE = [] include Aws::Structure end |
#type ⇒ String
The type of associated gateway.
371 372 373 374 375 376 377 378 |
# File 'lib/aws-sdk-directconnect/types.rb', line 371 class AssociatedGateway < Struct.new( :id, :type, :owner_account, :region) SENSITIVE = [] include Aws::Structure end |