Class: Aws::Types::UpdateDirectQueryDataSourceRequest

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

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#data_source_access_policy::String

Returns the value of attribute data_source_access_policy.

Returns:

  • (::String)


2377
2378
2379
# File 'sig/types.rbs', line 2377

def data_source_access_policy
  @data_source_access_policy
end

#data_source_name::String

Returns the value of attribute data_source_name.

Returns:

  • (::String)


2373
2374
2375
# File 'sig/types.rbs', line 2373

def data_source_name
  @data_source_name
end

#data_source_typeTypes::DirectQueryDataSourceType

Returns the value of attribute data_source_type.



2374
2375
2376
# File 'sig/types.rbs', line 2374

def data_source_type
  @data_source_type
end

#description::String

Returns the value of attribute description.

Returns:

  • (::String)


2375
2376
2377
# File 'sig/types.rbs', line 2375

def description
  @description
end

#open_search_arns::Array[::String]

Returns the value of attribute open_search_arns.

Returns:

  • (::Array[::String])


2376
2377
2378
# File 'sig/types.rbs', line 2376

def open_search_arns
  @open_search_arns
end