Class: Aws::Types::AttachPointDescriptor

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

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#identifier::String

Returns the value of attribute identifier.

Returns:

  • (::String)


46
47
48
# File 'sig/types.rbs', line 46

def identifier
  @identifier
end

#name::String

Returns the value of attribute name.

Returns:

  • (::String)


47
48
49
# File 'sig/types.rbs', line 47

def name
  @name
end

#type"DirectConnectGateway"

Returns the value of attribute type.

Returns:

  • ("DirectConnectGateway")


45
46
47
# File 'sig/types.rbs', line 45

def type
  @type
end