Class: Aws::Types::UpdatePipeRequest

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

Constant Summary collapse

SENSITIVE =

Returns:

  • ([:description])

Instance Attribute Summary collapse

Instance Attribute Details

#description::String

Returns the value of attribute description.

Returns:

  • (::String)


697
698
699
# File 'sig/types.rbs', line 697

def description
  @description
end

#desired_state"RUNNING", "STOPPED"

Returns the value of attribute desired_state.

Returns:

  • ("RUNNING", "STOPPED")


698
699
700
# File 'sig/types.rbs', line 698

def desired_state
  @desired_state
end

#enrichment::String

Returns the value of attribute enrichment.

Returns:

  • (::String)


700
701
702
# File 'sig/types.rbs', line 700

def enrichment
  @enrichment
end

#enrichment_parametersTypes::PipeEnrichmentParameters

Returns the value of attribute enrichment_parameters.



701
702
703
# File 'sig/types.rbs', line 701

def enrichment_parameters
  @enrichment_parameters
end

#kms_key_identifier::String

Returns the value of attribute kms_key_identifier.

Returns:

  • (::String)


706
707
708
# File 'sig/types.rbs', line 706

def kms_key_identifier
  @kms_key_identifier
end

#log_configurationTypes::PipeLogConfigurationParameters

Returns the value of attribute log_configuration.



705
706
707
# File 'sig/types.rbs', line 705

def log_configuration
  @log_configuration
end

#name::String

Returns the value of attribute name.

Returns:

  • (::String)


696
697
698
# File 'sig/types.rbs', line 696

def name
  @name
end

#role_arn::String

Returns the value of attribute role_arn.

Returns:

  • (::String)


704
705
706
# File 'sig/types.rbs', line 704

def role_arn
  @role_arn
end

#source_parametersTypes::UpdatePipeSourceParameters

Returns the value of attribute source_parameters.



699
700
701
# File 'sig/types.rbs', line 699

def source_parameters
  @source_parameters
end

#target::String

Returns the value of attribute target.

Returns:

  • (::String)


702
703
704
# File 'sig/types.rbs', line 702

def target
  @target
end

#target_parametersTypes::PipeTargetParameters

Returns the value of attribute target_parameters.



703
704
705
# File 'sig/types.rbs', line 703

def target_parameters
  @target_parameters
end