Class: Aws::Types::DescribePipeResponse
- Inherits:
-
Object
- Object
- Aws::Types::DescribePipeResponse
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#arn ⇒ ::String
Returns the value of attribute arn.
-
#creation_time ⇒ ::Time
Returns the value of attribute creation_time.
-
#current_state ⇒ "RUNNING", ...
Returns the value of attribute current_state.
-
#description ⇒ ::String
Returns the value of attribute description.
-
#desired_state ⇒ "RUNNING", ...
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.
-
#last_modified_time ⇒ ::Time
Returns the value of attribute last_modified_time.
-
#log_configuration ⇒ Types::PipeLogConfiguration
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.
-
#state_reason ⇒ ::String
Returns the value of attribute state_reason.
-
#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
#arn ⇒ ::String
Returns the value of attribute arn.
131 132 133 |
# File 'sig/types.rbs', line 131 def arn @arn end |
#creation_time ⇒ ::Time
Returns the value of attribute creation_time.
145 146 147 |
# File 'sig/types.rbs', line 145 def creation_time @creation_time end |
#current_state ⇒ "RUNNING", ...
Returns the value of attribute current_state.
135 136 137 |
# File 'sig/types.rbs', line 135 def current_state @current_state end |
#description ⇒ ::String
Returns the value of attribute description.
133 134 135 |
# File 'sig/types.rbs', line 133 def description @description end |
#desired_state ⇒ "RUNNING", ...
Returns the value of attribute desired_state.
134 135 136 |
# File 'sig/types.rbs', line 134 def desired_state @desired_state end |
#enrichment ⇒ ::String
Returns the value of attribute enrichment.
139 140 141 |
# File 'sig/types.rbs', line 139 def enrichment @enrichment end |
#enrichment_parameters ⇒ Types::PipeEnrichmentParameters
Returns the value of attribute enrichment_parameters.
140 141 142 |
# File 'sig/types.rbs', line 140 def enrichment_parameters @enrichment_parameters end |
#kms_key_identifier ⇒ ::String
Returns the value of attribute kms_key_identifier.
148 149 150 |
# File 'sig/types.rbs', line 148 def kms_key_identifier @kms_key_identifier end |
#last_modified_time ⇒ ::Time
Returns the value of attribute last_modified_time.
146 147 148 |
# File 'sig/types.rbs', line 146 def last_modified_time @last_modified_time end |
#log_configuration ⇒ Types::PipeLogConfiguration
Returns the value of attribute log_configuration.
147 148 149 |
# File 'sig/types.rbs', line 147 def log_configuration @log_configuration end |
#name ⇒ ::String
Returns the value of attribute name.
132 133 134 |
# File 'sig/types.rbs', line 132 def name @name end |
#role_arn ⇒ ::String
Returns the value of attribute role_arn.
143 144 145 |
# File 'sig/types.rbs', line 143 def role_arn @role_arn end |
#source ⇒ ::String
Returns the value of attribute source.
137 138 139 |
# File 'sig/types.rbs', line 137 def source @source end |
#source_parameters ⇒ Types::PipeSourceParameters
Returns the value of attribute source_parameters.
138 139 140 |
# File 'sig/types.rbs', line 138 def source_parameters @source_parameters end |
#state_reason ⇒ ::String
Returns the value of attribute state_reason.
136 137 138 |
# File 'sig/types.rbs', line 136 def state_reason @state_reason end |
#tags ⇒ ::Hash[::String, ::String]
Returns the value of attribute tags.
144 145 146 |
# File 'sig/types.rbs', line 144 def @tags end |
#target ⇒ ::String
Returns the value of attribute target.
141 142 143 |
# File 'sig/types.rbs', line 141 def target @target end |
#target_parameters ⇒ Types::PipeTargetParameters
Returns the value of attribute target_parameters.
142 143 144 |
# File 'sig/types.rbs', line 142 def target_parameters @target_parameters end |