Class: Aws::Types::DirectQueryDataSource

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

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#data_source_arn::String

Returns the value of attribute data_source_arn.

Returns:

  • (::String)


974
975
976
# File 'sig/types.rbs', line 974

def data_source_arn
  @data_source_arn
end

#data_source_name::String

Returns the value of attribute data_source_name.

Returns:

  • (::String)


970
971
972
# File 'sig/types.rbs', line 970

def data_source_name
  @data_source_name
end

#data_source_typeTypes::DirectQueryDataSourceType

Returns the value of attribute data_source_type.



971
972
973
# File 'sig/types.rbs', line 971

def data_source_type
  @data_source_type
end

#description::String

Returns the value of attribute description.

Returns:

  • (::String)


972
973
974
# File 'sig/types.rbs', line 972

def description
  @description
end

#open_search_arns::Array[::String]

Returns the value of attribute open_search_arns.

Returns:

  • (::Array[::String])


973
974
975
# File 'sig/types.rbs', line 973

def open_search_arns
  @open_search_arns
end

#tag_list::Array[Types::Tag]

Returns the value of attribute tag_list.

Returns:



975
976
977
# File 'sig/types.rbs', line 975

def tag_list
  @tag_list
end