Class: Aws::Types::DirectConnectGateway

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

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#amazon_side_asn::Integer

Returns the value of attribute amazon_side_asn.

Returns:

  • (::Integer)


582
583
584
# File 'sig/types.rbs', line 582

def amazon_side_asn
  @amazon_side_asn
end

#direct_connect_gateway_id::String

Returns the value of attribute direct_connect_gateway_id.

Returns:

  • (::String)


580
581
582
# File 'sig/types.rbs', line 580

def direct_connect_gateway_id
  @direct_connect_gateway_id
end

#direct_connect_gateway_name::String

Returns the value of attribute direct_connect_gateway_name.

Returns:

  • (::String)


581
582
583
# File 'sig/types.rbs', line 581

def direct_connect_gateway_name
  @direct_connect_gateway_name
end

#direct_connect_gateway_state"pending", ...

Returns the value of attribute direct_connect_gateway_state.

Returns:

  • ("pending", "available", "deleting", "deleted")


584
585
586
# File 'sig/types.rbs', line 584

def direct_connect_gateway_state
  @direct_connect_gateway_state
end

#owner_account::String

Returns the value of attribute owner_account.

Returns:

  • (::String)


583
584
585
# File 'sig/types.rbs', line 583

def 
  @owner_account
end

#state_change_error::String

Returns the value of attribute state_change_error.

Returns:

  • (::String)


585
586
587
# File 'sig/types.rbs', line 585

def state_change_error
  @state_change_error
end

#tags::Array[Types::Tag]

Returns the value of attribute tags.

Returns:



586
587
588
# File 'sig/types.rbs', line 586

def tags
  @tags
end