Class: Aws::Types::AddDataSourceRequest

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

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#data_source_typeTypes::DataSourceType

Returns the value of attribute data_source_type.



63
64
65
# File 'sig/types.rbs', line 63

def data_source_type
  @data_source_type
end

#description::String

Returns the value of attribute description.

Returns:

  • (::String)


64
65
66
# File 'sig/types.rbs', line 64

def description
  @description
end

#domain_name::String

Returns the value of attribute domain_name.

Returns:

  • (::String)


61
62
63
# File 'sig/types.rbs', line 61

def domain_name
  @domain_name
end

#name::String

Returns the value of attribute name.

Returns:

  • (::String)


62
63
64
# File 'sig/types.rbs', line 62

def name
  @name
end