Class: Aws::Types::CreateDataSourceInput

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

Constant Summary collapse

SENSITIVE =

Returns:

  • ([:name, :description, :schedule, :asset_forms_input])

Instance Attribute Summary collapse

Instance Attribute Details

#asset_forms_input::Array[Types::FormInput]

Returns the value of attribute asset_forms_input.

Returns:



1052
1053
1054
# File 'sig/types.rbs', line 1052

def asset_forms_input
  @asset_forms_input
end

#client_token::String

Returns the value of attribute client_token.

Returns:

  • (::String)


1053
1054
1055
# File 'sig/types.rbs', line 1053

def client_token
  @client_token
end

#configurationTypes::DataSourceConfigurationInput

Returns the value of attribute configuration.



1047
1048
1049
# File 'sig/types.rbs', line 1047

def configuration
  @configuration
end

#connection_identifier::String

Returns the value of attribute connection_identifier.

Returns:

  • (::String)


1045
1046
1047
# File 'sig/types.rbs', line 1045

def connection_identifier
  @connection_identifier
end

#description::String

Returns the value of attribute description.

Returns:

  • (::String)


1041
1042
1043
# File 'sig/types.rbs', line 1041

def description
  @description
end

#domain_identifier::String

Returns the value of attribute domain_identifier.

Returns:

  • (::String)


1042
1043
1044
# File 'sig/types.rbs', line 1042

def domain_identifier
  @domain_identifier
end

#enable_setting"ENABLED", "DISABLED"

Returns the value of attribute enable_setting.

Returns:

  • ("ENABLED", "DISABLED")


1049
1050
1051
# File 'sig/types.rbs', line 1049

def enable_setting
  @enable_setting
end

#environment_identifier::String

Returns the value of attribute environment_identifier.

Returns:

  • (::String)


1044
1045
1046
# File 'sig/types.rbs', line 1044

def environment_identifier
  @environment_identifier
end

#name::String

Returns the value of attribute name.

Returns:

  • (::String)


1040
1041
1042
# File 'sig/types.rbs', line 1040

def name
  @name
end

#project_identifier::String

Returns the value of attribute project_identifier.

Returns:

  • (::String)


1043
1044
1045
# File 'sig/types.rbs', line 1043

def project_identifier
  @project_identifier
end

#publish_on_importBoolean

Returns the value of attribute publish_on_import.

Returns:

  • (Boolean)


1051
1052
1053
# File 'sig/types.rbs', line 1051

def publish_on_import
  @publish_on_import
end

#recommendationTypes::RecommendationConfiguration

Returns the value of attribute recommendation.



1048
1049
1050
# File 'sig/types.rbs', line 1048

def recommendation
  @recommendation
end

#scheduleTypes::ScheduleConfiguration

Returns the value of attribute schedule.



1050
1051
1052
# File 'sig/types.rbs', line 1050

def schedule
  @schedule
end

#type::String

Returns the value of attribute type.

Returns:

  • (::String)


1046
1047
1048
# File 'sig/types.rbs', line 1046

def type
  @type
end