Class: Aws::Types::CreatePipeRequest
- Inherits:
-
Object
- Object
- Aws::Types::CreatePipeRequest
- 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 ⇒ ::String
Returns the value of attribute source.
-
#source_parameters ⇒ Types::PipeSourceParameters
Returns the value of attribute source_parameters.
-
#tags ⇒ ::Hash[::String, ::String]
Returns the value of attribute tags.
-
#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.
80 81 82 |
# File 'sig/types.rbs', line 80 def description @description end |
#desired_state ⇒ "RUNNING", "STOPPED"
Returns the value of attribute desired_state.
81 82 83 |
# File 'sig/types.rbs', line 81 def desired_state @desired_state end |
#enrichment ⇒ ::String
Returns the value of attribute enrichment.
84 85 86 |
# File 'sig/types.rbs', line 84 def enrichment @enrichment end |
#enrichment_parameters ⇒ Types::PipeEnrichmentParameters
Returns the value of attribute enrichment_parameters.
85 86 87 |
# File 'sig/types.rbs', line 85 def enrichment_parameters @enrichment_parameters end |
#kms_key_identifier ⇒ ::String
Returns the value of attribute kms_key_identifier.
91 92 93 |
# File 'sig/types.rbs', line 91 def kms_key_identifier @kms_key_identifier end |
#log_configuration ⇒ Types::PipeLogConfigurationParameters
Returns the value of attribute log_configuration.
90 91 92 |
# File 'sig/types.rbs', line 90 def log_configuration @log_configuration end |
#name ⇒ ::String
Returns the value of attribute name.
79 80 81 |
# File 'sig/types.rbs', line 79 def name @name end |
#role_arn ⇒ ::String
Returns the value of attribute role_arn.
88 89 90 |
# File 'sig/types.rbs', line 88 def role_arn @role_arn end |
#source ⇒ ::String
Returns the value of attribute source.
82 83 84 |
# File 'sig/types.rbs', line 82 def source @source end |
#source_parameters ⇒ Types::PipeSourceParameters
Returns the value of attribute source_parameters.
83 84 85 |
# File 'sig/types.rbs', line 83 def source_parameters @source_parameters end |
#tags ⇒ ::Hash[::String, ::String]
Returns the value of attribute tags.
89 90 91 |
# File 'sig/types.rbs', line 89 def @tags end |
#target ⇒ ::String
Returns the value of attribute target.
86 87 88 |
# File 'sig/types.rbs', line 86 def target @target end |
#target_parameters ⇒ Types::PipeTargetParameters
Returns the value of attribute target_parameters.
87 88 89 |
# File 'sig/types.rbs', line 87 def target_parameters @target_parameters end |