Class: Aws::Types::AttachPoint

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

Defined Under Namespace

Classes: Arn, DirectConnectGateway, Unknown

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#arn::String

Returns the value of attribute arn.

Returns:

  • (::String)


32
33
34
# File 'sig/types.rbs', line 32

def arn
  @arn
end

#direct_connect_gateway::String

Returns the value of attribute direct_connect_gateway.

Returns:

  • (::String)


31
32
33
# File 'sig/types.rbs', line 31

def direct_connect_gateway
  @direct_connect_gateway
end

#unknownObject

Returns the value of attribute unknown.

Returns:

  • (Object)


33
34
35
# File 'sig/types.rbs', line 33

def unknown
  @unknown
end