Class: Aws::Types::GetDirectQueryDataSourceResponse

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)


1312
1313
1314
# File 'sig/types.rbs', line 1312

def data_source_access_policy
  @data_source_access_policy
end

#data_source_arn::String

Returns the value of attribute data_source_arn.

Returns:

  • (::String)


1313
1314
1315
# File 'sig/types.rbs', line 1313

def data_source_arn
  @data_source_arn
end

#data_source_name::String

Returns the value of attribute data_source_name.

Returns:

  • (::String)


1308
1309
1310
# File 'sig/types.rbs', line 1308

def data_source_name
  @data_source_name
end

#data_source_typeTypes::DirectQueryDataSourceType

Returns the value of attribute data_source_type.



1309
1310
1311
# File 'sig/types.rbs', line 1309

def data_source_type
  @data_source_type
end

#description::String

Returns the value of attribute description.

Returns:

  • (::String)


1310
1311
1312
# File 'sig/types.rbs', line 1310

def description
  @description
end

#open_search_arns::Array[::String]

Returns the value of attribute open_search_arns.

Returns:

  • (::Array[::String])


1311
1312
1313
# File 'sig/types.rbs', line 1311

def open_search_arns
  @open_search_arns
end