Class: Aws::Types::DataSource

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)


593
594
595
# File 'sig/types.rbs', line 593

def data_source_arn
  @data_source_arn
end

#data_source_description::String

Returns the value of attribute data_source_description.

Returns:

  • (::String)


594
595
596
# File 'sig/types.rbs', line 594

def data_source_description
  @data_source_description
end

#iam_role_for_data_source_arn::String

Returns the value of attribute iam_role_for_data_source_arn.

Returns:

  • (::String)


595
596
597
# File 'sig/types.rbs', line 595

def iam_role_for_data_source_arn
  @iam_role_for_data_source_arn
end