Class: Aws::Types::UpdateDataSourceInput

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

Constant Summary collapse

SENSITIVE =

Returns:

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

Instance Attribute Summary collapse

Instance Attribute Details

#asset_forms_input::Array[Types::FormInput]

Returns the value of attribute asset_forms_input.

Returns:



6446
6447
6448
# File 'sig/types.rbs', line 6446

def asset_forms_input
  @asset_forms_input
end

#configurationTypes::DataSourceConfigurationInput

Returns the value of attribute configuration.



6448
6449
6450
# File 'sig/types.rbs', line 6448

def configuration
  @configuration
end

#description::String

Returns the value of attribute description.

Returns:

  • (::String)


6443
6444
6445
# File 'sig/types.rbs', line 6443

def description
  @description
end

#domain_identifier::String

Returns the value of attribute domain_identifier.

Returns:

  • (::String)


6440
6441
6442
# File 'sig/types.rbs', line 6440

def domain_identifier
  @domain_identifier
end

#enable_setting"ENABLED", "DISABLED"

Returns the value of attribute enable_setting.

Returns:

  • ("ENABLED", "DISABLED")


6444
6445
6446
# File 'sig/types.rbs', line 6444

def enable_setting
  @enable_setting
end

#identifier::String

Returns the value of attribute identifier.

Returns:

  • (::String)


6441
6442
6443
# File 'sig/types.rbs', line 6441

def identifier
  @identifier
end

#name::String

Returns the value of attribute name.

Returns:

  • (::String)


6442
6443
6444
# File 'sig/types.rbs', line 6442

def name
  @name
end

#publish_on_importBoolean

Returns the value of attribute publish_on_import.

Returns:

  • (Boolean)


6445
6446
6447
# File 'sig/types.rbs', line 6445

def publish_on_import
  @publish_on_import
end

#recommendationTypes::RecommendationConfiguration

Returns the value of attribute recommendation.



6449
6450
6451
# File 'sig/types.rbs', line 6449

def recommendation
  @recommendation
end

#retain_permissions_on_revoke_failureBoolean

Returns the value of attribute retain_permissions_on_revoke_failure.

Returns:

  • (Boolean)


6450
6451
6452
# File 'sig/types.rbs', line 6450

def retain_permissions_on_revoke_failure
  @retain_permissions_on_revoke_failure
end

#scheduleTypes::ScheduleConfiguration

Returns the value of attribute schedule.



6447
6448
6449
# File 'sig/types.rbs', line 6447

def schedule
  @schedule
end