Class: Aws::Types::AssetBundleImportJobDataSourceOverrideParameters
- Inherits:
-
Object
- Object
- Aws::Types::AssetBundleImportJobDataSourceOverrideParameters
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#credentials ⇒ Types::AssetBundleImportJobDataSourceCredentials
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
#credentials ⇒ Types::AssetBundleImportJobDataSourceCredentials
Returns the value of attribute credentials.
560 561 562 |
# File 'sig/types.rbs', line 560 def credentials @credentials end |
#data_source_id ⇒ ::String
Returns the value of attribute data_source_id.
555 556 557 |
# File 'sig/types.rbs', line 555 def data_source_id @data_source_id end |
#data_source_parameters ⇒ Types::DataSourceParameters
Returns the value of attribute data_source_parameters.
557 558 559 |
# File 'sig/types.rbs', line 557 def data_source_parameters @data_source_parameters end |
#name ⇒ ::String
Returns the value of attribute name.
556 557 558 |
# File 'sig/types.rbs', line 556 def name @name end |
#ssl_properties ⇒ Types::SslProperties
Returns the value of attribute ssl_properties.
559 560 561 |
# File 'sig/types.rbs', line 559 def ssl_properties @ssl_properties end |
#vpc_connection_properties ⇒ Types::VpcConnectionProperties
Returns the value of attribute vpc_connection_properties.
558 559 560 |
# File 'sig/types.rbs', line 558 def vpc_connection_properties @vpc_connection_properties end |