Class: Aws::Types::DescribeDirectConnectGatewayAssociationsRequest

Inherits:
Object
  • Object
show all
Defined in:
sig/types.rbs

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#associated_gateway_id::String

Returns the value of attribute associated_gateway_id.

Returns:

  • (::String)


510
511
512
# File 'sig/types.rbs', line 510

def associated_gateway_id
  @associated_gateway_id
end

#association_id::String

Returns the value of attribute association_id.

Returns:

  • (::String)


509
510
511
# File 'sig/types.rbs', line 509

def association_id
  @association_id
end

#direct_connect_gateway_id::String

Returns the value of attribute direct_connect_gateway_id.

Returns:

  • (::String)


511
512
513
# File 'sig/types.rbs', line 511

def direct_connect_gateway_id
  @direct_connect_gateway_id
end

#max_results::Integer

Returns the value of attribute max_results.

Returns:

  • (::Integer)


512
513
514
# File 'sig/types.rbs', line 512

def max_results
  @max_results
end

#next_token::String

Returns the value of attribute next_token.

Returns:

  • (::String)


513
514
515
# File 'sig/types.rbs', line 513

def next_token
  @next_token
end

#virtual_gateway_id::String

Returns the value of attribute virtual_gateway_id.

Returns:

  • (::String)


514
515
516
# File 'sig/types.rbs', line 514

def virtual_gateway_id
  @virtual_gateway_id
end