Class: Aws::Types::AssetBundleExportJobDataSourceOverrideProperties
- Inherits:
-
Object
- Object
- Aws::Types::AssetBundleExportJobDataSourceOverrideProperties
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#arn ⇒ ::String
Returns the value of attribute arn.
-
#properties ⇒ ::Array[("Name" | "DisableSsl" | "SecretArn" | "Username" | "Password" | "Domain" | "WorkGroup" | "Host" | "Port" | "Database" | "DataSetName" | "Catalog" | "InstanceId" | "ClusterId" | "ManifestFileLocation" | "Warehouse" | "RoleArn" | "ProductType")]
Returns the value of attribute properties.
Instance Attribute Details
#arn ⇒ ::String
Returns the value of attribute arn.
422 423 424 |
# File 'sig/types.rbs', line 422 def arn @arn end |
#properties ⇒ ::Array[("Name" | "DisableSsl" | "SecretArn" | "Username" | "Password" | "Domain" | "WorkGroup" | "Host" | "Port" | "Database" | "DataSetName" | "Catalog" | "InstanceId" | "ClusterId" | "ManifestFileLocation" | "Warehouse" | "RoleArn" | "ProductType")]
Returns the value of attribute properties.
423 424 425 |
# File 'sig/types.rbs', line 423 def properties @properties end |