Class: Aws::Types::UpdatePipeRequest
- Inherits:
-
Object
- Object
- Aws::Types::UpdatePipeRequest
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#description ⇒ ::String
Returns the value of attribute description.
-
#desired_state ⇒ "RUNNING", "STOPPED"
Returns the value of attribute desired_state.
-
#enrichment ⇒ ::String
Returns the value of attribute enrichment.
-
#enrichment_parameters ⇒ Types::PipeEnrichmentParameters
Returns the value of attribute enrichment_parameters.
-
#kms_key_identifier ⇒ ::String
Returns the value of attribute kms_key_identifier.
-
#log_configuration ⇒ Types::PipeLogConfigurationParameters
Returns the value of attribute log_configuration.
-
#name ⇒ ::String
Returns the value of attribute name.
-
#role_arn ⇒ ::String
Returns the value of attribute role_arn.
-
#source_parameters ⇒ Types::UpdatePipeSourceParameters
Returns the value of attribute source_parameters.
-
#target ⇒ ::String
Returns the value of attribute target.
-
#target_parameters ⇒ Types::PipeTargetParameters
Returns the value of attribute target_parameters.
Instance Attribute Details
#description ⇒ ::String
Returns the value of attribute description.
697 698 699 |
# File 'sig/types.rbs', line 697 def description @description end |
#desired_state ⇒ "RUNNING", "STOPPED"
Returns the value of attribute desired_state.
698 699 700 |
# File 'sig/types.rbs', line 698 def desired_state @desired_state end |
#enrichment ⇒ ::String
Returns the value of attribute enrichment.
700 701 702 |
# File 'sig/types.rbs', line 700 def enrichment @enrichment end |
#enrichment_parameters ⇒ Types::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.
706 707 708 |
# File 'sig/types.rbs', line 706 def kms_key_identifier @kms_key_identifier end |
#log_configuration ⇒ Types::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.
696 697 698 |
# File 'sig/types.rbs', line 696 def name @name end |
#role_arn ⇒ ::String
Returns the value of attribute role_arn.
704 705 706 |
# File 'sig/types.rbs', line 704 def role_arn @role_arn end |
#source_parameters ⇒ Types::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.
702 703 704 |
# File 'sig/types.rbs', line 702 def target @target end |
#target_parameters ⇒ Types::PipeTargetParameters
Returns the value of attribute target_parameters.
703 704 705 |
# File 'sig/types.rbs', line 703 def target_parameters @target_parameters end |