Class: Aws::Types::AdapterOverview

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)


22
23
24
# File 'sig/types.rbs', line 22

def adapter_id
  @adapter_id
end

#adapter_name::String

Returns the value of attribute adapter_name.

Returns:

  • (::String)


23
24
25
# File 'sig/types.rbs', line 23

def adapter_name
  @adapter_name
end

#creation_time::Time

Returns the value of attribute creation_time.

Returns:

  • (::Time)


24
25
26
# File 'sig/types.rbs', line 24

def creation_time
  @creation_time
end

#feature_types::Array[("TABLES" | "FORMS" | "QUERIES" | "SIGNATURES" | "LAYOUT")]

Returns the value of attribute feature_types.

Returns:

  • (::Array[("TABLES" | "FORMS" | "QUERIES" | "SIGNATURES" | "LAYOUT")])


25
26
27
# File 'sig/types.rbs', line 25

def feature_types
  @feature_types
end