Class: Aws::Types::UpdateDataSourceRequest
- Inherits:
-
Object
- Object
- Aws::Types::UpdateDataSourceRequest
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#aws_account_id ⇒ ::String
Returns the value of attribute aws_account_id.
-
#credentials ⇒ Types::DataSourceCredentials
Returns the value of attribute credentials.
-
#data_source_id ⇒ ::String
Returns the value of attribute data_source_id.
-
#data_source_parameters ⇒ Types::DataSourceParameters
Returns the value of attribute data_source_parameters.
-
#name ⇒ ::String
Returns the value of attribute name.
-
#ssl_properties ⇒ Types::SslProperties
Returns the value of attribute ssl_properties.
-
#vpc_connection_properties ⇒ Types::VpcConnectionProperties
Returns the value of attribute vpc_connection_properties.
Instance Attribute Details
#aws_account_id ⇒ ::String
Returns the value of attribute aws_account_id.
12200 12201 12202 |
# File 'sig/types.rbs', line 12200 def aws_account_id @aws_account_id end |
#credentials ⇒ Types::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.
12201 12202 12203 |
# File 'sig/types.rbs', line 12201 def data_source_id @data_source_id end |
#data_source_parameters ⇒ Types::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.
12202 12203 12204 |
# File 'sig/types.rbs', line 12202 def name @name end |
#ssl_properties ⇒ Types::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_properties ⇒ Types::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 |