Class: Aws::Types::CreateAdapterRequest

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

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#adapter_name::String

Returns the value of attribute adapter_name.

Returns:

  • (::String)


137
138
139
# File 'sig/types.rbs', line 137

def adapter_name
  @adapter_name
end

#auto_update"ENABLED", "DISABLED"

Returns the value of attribute auto_update.

Returns:

  • ("ENABLED", "DISABLED")


141
142
143
# File 'sig/types.rbs', line 141

def auto_update
  @auto_update
end

#client_request_token::String

Returns the value of attribute client_request_token.

Returns:

  • (::String)


138
139
140
# File 'sig/types.rbs', line 138

def client_request_token
  @client_request_token
end

#description::String

Returns the value of attribute description.

Returns:

  • (::String)


139
140
141
# File 'sig/types.rbs', line 139

def description
  @description
end

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

Returns the value of attribute feature_types.

Returns:

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


140
141
142
# File 'sig/types.rbs', line 140

def feature_types
  @feature_types
end

#tags::Hash[::String, ::String]

Returns the value of attribute tags.

Returns:

  • (::Hash[::String, ::String])


142
143
144
# File 'sig/types.rbs', line 142

def tags
  @tags
end