Class: Aws::Types::AddDirectQueryDataSourceRequest

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)


78
79
80
# File 'sig/types.rbs', line 78

def data_source_access_policy
  @data_source_access_policy
end

#data_source_name::String

Returns the value of attribute data_source_name.

Returns:

  • (::String)


74
75
76
# File 'sig/types.rbs', line 74

def data_source_name
  @data_source_name
end

#data_source_typeTypes::DirectQueryDataSourceType

Returns the value of attribute data_source_type.



75
76
77
# File 'sig/types.rbs', line 75

def data_source_type
  @data_source_type
end

#description::String

Returns the value of attribute description.

Returns:

  • (::String)


76
77
78
# File 'sig/types.rbs', line 76

def description
  @description
end

#open_search_arns::Array[::String]

Returns the value of attribute open_search_arns.

Returns:

  • (::Array[::String])


77
78
79
# File 'sig/types.rbs', line 77

def open_search_arns
  @open_search_arns
end

#tag_list::Array[Types::Tag]

Returns the value of attribute tag_list.

Returns:



79
80
81
# File 'sig/types.rbs', line 79

def tag_list
  @tag_list
end