Class: Aws::Types::UpdateDataSourceRequest

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

Constant Summary collapse

SENSITIVE =

Returns:

  • ([:credentials])

Instance Attribute Summary collapse

Instance Attribute Details

#aws_account_id::String

Returns the value of attribute aws_account_id.

Returns:

  • (::String)


12624
12625
12626
# File 'sig/types.rbs', line 12624

def 
  @aws_account_id
end

#credentialsTypes::DataSourceCredentials

Returns the value of attribute credentials.



12628
12629
12630
# File 'sig/types.rbs', line 12628

def credentials
  @credentials
end

#data_source_id::String

Returns the value of attribute data_source_id.

Returns:

  • (::String)


12625
12626
12627
# File 'sig/types.rbs', line 12625

def data_source_id
  @data_source_id
end

#data_source_parametersTypes::DataSourceParameters

Returns the value of attribute data_source_parameters.



12627
12628
12629
# File 'sig/types.rbs', line 12627

def data_source_parameters
  @data_source_parameters
end

#name::String

Returns the value of attribute name.

Returns:

  • (::String)


12626
12627
12628
# File 'sig/types.rbs', line 12626

def name
  @name
end

#ssl_propertiesTypes::SslProperties

Returns the value of attribute ssl_properties.



12630
12631
12632
# File 'sig/types.rbs', line 12630

def ssl_properties
  @ssl_properties
end

#vpc_connection_propertiesTypes::VpcConnectionProperties

Returns the value of attribute vpc_connection_properties.



12629
12630
12631
# File 'sig/types.rbs', line 12629

def vpc_connection_properties
  @vpc_connection_properties
end