Class: Aws::Types::CanInterface

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

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#name ⇒ ::String

Returns the value of attribute name.

Returns:

  • (::String)


105
106
107
# File 'sig/types.rbs', line 105

def name
  @name
end

#protocol_name ⇒ ::String

Returns the value of attribute protocol_name.

Returns:

  • (::String)


106
107
108
# File 'sig/types.rbs', line 106

def protocol_name
  @protocol_name
end

#protocol_version ⇒ ::String

Returns the value of attribute protocol_version.

Returns:

  • (::String)


107
108
109
# File 'sig/types.rbs', line 107

def protocol_version
  @protocol_version
end