Class: Aws::Types::DirectConnectGatewayAttachment

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

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#attachment_state"attaching", ...

Returns the value of attribute attachment_state.

Returns:

  • ("attaching", "attached", "detaching", "detached")


671
672
673
# File 'sig/types.rbs', line 671

def attachment_state
  @attachment_state
end

#attachment_type"TransitVirtualInterface", "PrivateVirtualInterface"

Returns the value of attribute attachment_type.

Returns:

  • ("TransitVirtualInterface", "PrivateVirtualInterface")


672
673
674
# File 'sig/types.rbs', line 672

def attachment_type
  @attachment_type
end

#direct_connect_gateway_id::String

Returns the value of attribute direct_connect_gateway_id.

Returns:

  • (::String)


667
668
669
# File 'sig/types.rbs', line 667

def direct_connect_gateway_id
  @direct_connect_gateway_id
end

#state_change_error::String

Returns the value of attribute state_change_error.

Returns:

  • (::String)


673
674
675
# File 'sig/types.rbs', line 673

def state_change_error
  @state_change_error
end

#virtual_interface_id::String

Returns the value of attribute virtual_interface_id.

Returns:

  • (::String)


668
669
670
# File 'sig/types.rbs', line 668

def virtual_interface_id
  @virtual_interface_id
end

#virtual_interface_owner_account::String

Returns the value of attribute virtual_interface_owner_account.

Returns:

  • (::String)


670
671
672
# File 'sig/types.rbs', line 670

def 
  
end

#virtual_interface_region::String

Returns the value of attribute virtual_interface_region.

Returns:

  • (::String)


669
670
671
# File 'sig/types.rbs', line 669

def virtual_interface_region
  @virtual_interface_region
end