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")


621
622
623
# File 'sig/types.rbs', line 621

def attachment_state
  @attachment_state
end

#attachment_type"TransitVirtualInterface", "PrivateVirtualInterface"

Returns the value of attribute attachment_type.

Returns:

  • ("TransitVirtualInterface", "PrivateVirtualInterface")


622
623
624
# File 'sig/types.rbs', line 622

def attachment_type
  @attachment_type
end

#direct_connect_gateway_id::String

Returns the value of attribute direct_connect_gateway_id.

Returns:

  • (::String)


617
618
619
# File 'sig/types.rbs', line 617

def direct_connect_gateway_id
  @direct_connect_gateway_id
end

#state_change_error::String

Returns the value of attribute state_change_error.

Returns:

  • (::String)


623
624
625
# File 'sig/types.rbs', line 623

def state_change_error
  @state_change_error
end

#virtual_interface_id::String

Returns the value of attribute virtual_interface_id.

Returns:

  • (::String)


618
619
620
# File 'sig/types.rbs', line 618

def virtual_interface_id
  @virtual_interface_id
end

#virtual_interface_owner_account::String

Returns the value of attribute virtual_interface_owner_account.

Returns:

  • (::String)


620
621
622
# File 'sig/types.rbs', line 620

def 
  @virtual_interface_owner_account
end

#virtual_interface_region::String

Returns the value of attribute virtual_interface_region.

Returns:

  • (::String)


619
620
621
# File 'sig/types.rbs', line 619

def virtual_interface_region
  @virtual_interface_region
end