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)


12200
12201
12202
# File 'sig/types.rbs', line 12200

def 
  @aws_account_id
end

#credentialsTypes::DataSourceCredentials

Returns the value of attribute credentials.



12204
12205
12206
# File 'sig/types.rbs', line 12204

def credentials
  @credentials
end

#data_source_id::String

Returns the value of attribute data_source_id.

Returns:

  • (::String)


12201
12202
12203
# File 'sig/types.rbs', line 12201

def data_source_id
  @data_source_id
end

#data_source_parametersTypes::DataSourceParameters

Returns the value of attribute data_source_parameters.



12203
12204
12205
# File 'sig/types.rbs', line 12203

def data_source_parameters
  @data_source_parameters
end

#name::String

Returns the value of attribute name.

Returns:

  • (::String)


12202
12203
12204
# File 'sig/types.rbs', line 12202

def name
  @name
end

#ssl_propertiesTypes::SslProperties

Returns the value of attribute ssl_properties.



12206
12207
12208
# File 'sig/types.rbs', line 12206

def ssl_properties
  @ssl_properties
end

#vpc_connection_propertiesTypes::VpcConnectionProperties

Returns the value of attribute vpc_connection_properties.



12205
12206
12207
# File 'sig/types.rbs', line 12205

def vpc_connection_properties
  @vpc_connection_properties
end