Class: Aws::Types::GetDataSourceInput

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

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#data_source_id::String

Returns the value of attribute data_source_id.

Returns:

  • (::String)


367
368
369
# File 'sig/types.rbs', line 367

def data_source_id
  @data_source_id
end

#verboseBoolean

Returns the value of attribute verbose.

Returns:

  • (Boolean)


368
369
370
# File 'sig/types.rbs', line 368

def verbose
  @verbose
end