Class: Aws::DirectConnect::Types::AssociatedGateway

Inherits:
Struct
  • Object
show all
Defined in:
gems/aws-sdk-directconnect/lib/aws-sdk-directconnect/types.rb

Overview

Information about the associated gateway.

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#idString

The ID of the associated gateway.

Returns:

  • (String)


371
372
373
374
375
376
377
378
# File 'gems/aws-sdk-directconnect/lib/aws-sdk-directconnect/types.rb', line 371

class AssociatedGateway < Struct.new(
  :id,
  :type,
  :owner_account,
  :region)
  SENSITIVE = []
  include Aws::Structure
end

#owner_accountString

The ID of the Amazon Web Services account that owns the associated virtual private gateway or transit gateway.

Returns:

  • (String)


371
372
373
374
375
376
377
378
# File 'gems/aws-sdk-directconnect/lib/aws-sdk-directconnect/types.rb', line 371

class AssociatedGateway < Struct.new(
  :id,
  :type,
  :owner_account,
  :region)
  SENSITIVE = []
  include Aws::Structure
end

#regionString

The Region where the associated gateway is located.

Returns:

  • (String)


371
372
373
374
375
376
377
378
# File 'gems/aws-sdk-directconnect/lib/aws-sdk-directconnect/types.rb', line 371

class AssociatedGateway < Struct.new(
  :id,
  :type,
  :owner_account,
  :region)
  SENSITIVE = []
  include Aws::Structure
end

#typeString

The type of associated gateway.

Returns:

  • (String)


371
372
373
374
375
376
377
378
# File 'gems/aws-sdk-directconnect/lib/aws-sdk-directconnect/types.rb', line 371

class AssociatedGateway < Struct.new(
  :id,
  :type,
  :owner_account,
  :region)
  SENSITIVE = []
  include Aws::Structure
end