Class: Aws::Types::OutputSource

Inherits:
Object
  • Object
show all
Defined in:
sig/types.rbs

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#apply_normalizationBoolean

Returns the value of attribute apply_normalization.

Returns:

  • (Boolean)


693
694
695
# File 'sig/types.rbs', line 693

def apply_normalization
  @apply_normalization
end

#customer_profiles_integration_configTypes::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.

Returns:

  • (::String)


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.

Returns:



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.

Returns:

  • (::String)


691
692
693
# File 'sig/types.rbs', line 691

def output_s3_path
  @output_s3_path
end