Class: Aws::Types::DescribePipeResponse

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

Constant Summary collapse

SENSITIVE =

Returns:

Instance Attribute Summary collapse

Instance Attribute Details

#arn::String

Returns the value of attribute arn.

Returns:



131
132
133
# File 'sig/types.rbs', line 131

def arn
  @arn
end

#creation_time::Time

Returns the value of attribute creation_time.

Returns:



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.

Returns:



135
136
137
# File 'sig/types.rbs', line 135

def current_state
  @current_state
end

#description::String

Returns the value of attribute description.

Returns:



133
134
135
# File 'sig/types.rbs', line 133

def description
  @description
end

#desired_state"RUNNING", ...

Returns the value of attribute desired_state.

Returns:



134
135
136
# File 'sig/types.rbs', line 134

def desired_state
  @desired_state
end

#enrichment::String

Returns the value of attribute enrichment.

Returns:



139
140
141
# File 'sig/types.rbs', line 139

def enrichment
  @enrichment
end

#enrichment_parametersTypes::PipeEnrichmentParameters

Returns the value of attribute enrichment_parameters.

Returns:



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.

Returns:



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.

Returns:



146
147
148
# File 'sig/types.rbs', line 146

def last_modified_time
  @last_modified_time
end

#log_configurationTypes::PipeLogConfiguration

Returns the value of attribute log_configuration.

Returns:



147
148
149
# File 'sig/types.rbs', line 147

def log_configuration
  @log_configuration
end

#name::String

Returns the value of attribute name.

Returns:



132
133
134
# File 'sig/types.rbs', line 132

def name
  @name
end

#role_arn::String

Returns the value of attribute role_arn.

Returns:



143
144
145
# File 'sig/types.rbs', line 143

def role_arn
  @role_arn
end

#source::String

Returns the value of attribute source.

Returns:



137
138
139
# File 'sig/types.rbs', line 137

def source
  @source
end

#source_parametersTypes::PipeSourceParameters

Returns the value of attribute source_parameters.

Returns:



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.

Returns:



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.

Returns:



144
145
146
# File 'sig/types.rbs', line 144

def tags
  @tags
end

#target::String

Returns the value of attribute target.

Returns:



141
142
143
# File 'sig/types.rbs', line 141

def target
  @target
end

#target_parametersTypes::PipeTargetParameters

Returns the value of attribute target_parameters.

Returns:



142
143
144
# File 'sig/types.rbs', line 142

def target_parameters
  @target_parameters
end