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.
12624 12625 12626 |
# File 'sig/types.rbs', line 12624 def aws_account_id @aws_account_id end |
#credentials ⇒ Types::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.
12625 12626 12627 |
# File 'sig/types.rbs', line 12625 def data_source_id @data_source_id end |
#data_source_parameters ⇒ Types::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.
12626 12627 12628 |
# File 'sig/types.rbs', line 12626 def name @name end |
#ssl_properties ⇒ Types::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_properties ⇒ Types::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 |