Class: Aws::Types::AdapterVersionOverview

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)


42
43
44
# File 'sig/types.rbs', line 42

def adapter_id
  @adapter_id
end

#adapter_version::String

Returns the value of attribute adapter_version.

Returns:

  • (::String)


43
44
45
# File 'sig/types.rbs', line 43

def adapter_version
  @adapter_version
end

#creation_time::Time

Returns the value of attribute creation_time.

Returns:

  • (::Time)


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

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")])


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

def feature_types
  @feature_types
end

#status"ACTIVE", ...

Returns the value of attribute status.

Returns:

  • ("ACTIVE", "AT_RISK", "DEPRECATED", "CREATION_ERROR", "CREATION_IN_PROGRESS")


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

def status
  @status
end

#status_message::String

Returns the value of attribute status_message.

Returns:

  • (::String)


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

def status_message
  @status_message
end