Class: Aws::Types::Adapter

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

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#adapter_id::String

Returns the value of attribute adapter_id.

Returns:

  • (::String)


15
16
17
# File 'sig/types.rbs', line 15

def adapter_id
  @adapter_id
end

#pages::Array[::String]

Returns the value of attribute pages.

Returns:

  • (::Array[::String])


16
17
18
# File 'sig/types.rbs', line 16

def pages
  @pages
end

#version::String

Returns the value of attribute version.

Returns:

  • (::String)


17
18
19
# File 'sig/types.rbs', line 17

def version
  @version
end