Class: Aws::Types::OutputSource
- Inherits:
-
Object
- Object
- Aws::Types::OutputSource
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#apply_normalization ⇒ Boolean
Returns the value of attribute apply_normalization.
-
#customer_profiles_integration_config ⇒ Types::CustomerProfilesIntegrationConfig
Returns the value of attribute customer_profiles_integration_config.
-
#kms_arn ⇒ ::String
Returns the value of attribute kms_arn.
-
#output ⇒ ::Array[Types::OutputAttribute]
Returns the value of attribute output.
-
#output_s3_path ⇒ ::String
Returns the value of attribute output_s3_path.
Instance Attribute Details
#apply_normalization ⇒ Boolean
Returns the value of attribute apply_normalization.
693 694 695 |
# File 'sig/types.rbs', line 693 def apply_normalization @apply_normalization end |
#customer_profiles_integration_config ⇒ Types::CustomerProfilesIntegrationConfig
Returns the value of attribute customer_profiles_integration_config.
694 695 696 |
# File 'sig/types.rbs', line 694 def customer_profiles_integration_config @customer_profiles_integration_config end |
#kms_arn ⇒ ::String
Returns the value of attribute kms_arn.
690 691 692 |
# File 'sig/types.rbs', line 690 def kms_arn @kms_arn end |
#output ⇒ ::Array[Types::OutputAttribute]
Returns the value of attribute output.
692 693 694 |
# File 'sig/types.rbs', line 692 def output @output end |
#output_s3_path ⇒ ::String
Returns the value of attribute output_s3_path.
691 692 693 |
# File 'sig/types.rbs', line 691 def output_s3_path @output_s3_path end |