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.
597 598 599 |
# File 'sig/types.rbs', line 597 def credentials @credentials end |
#data_source_id ⇒ ::String
Returns the value of attribute data_source_id.
592 593 594 |
# File 'sig/types.rbs', line 592 def data_source_id @data_source_id end |
#data_source_parameters ⇒ Types::DataSourceParameters
Returns the value of attribute data_source_parameters.
594 595 596 |
# File 'sig/types.rbs', line 594 def data_source_parameters @data_source_parameters end |
#name ⇒ ::String
Returns the value of attribute name.
593 594 595 |
# File 'sig/types.rbs', line 593 def name @name end |
#ssl_properties ⇒ Types::SslProperties
Returns the value of attribute ssl_properties.
596 597 598 |
# File 'sig/types.rbs', line 596 def ssl_properties @ssl_properties end |
#vpc_connection_properties ⇒ Types::VpcConnectionProperties
Returns the value of attribute vpc_connection_properties.
595 596 597 |
# File 'sig/types.rbs', line 595 def vpc_connection_properties @vpc_connection_properties end |