class Awspec::Type::ElastictranscoderPipeline
Constants
- STATUSES
Public Instance Methods
id()
click to toggle source
# File lib/awspec/type/elastictranscoder_pipeline.rb, line 7 def id @id ||= resource_via_client.id if resource_via_client end
resource_via_client()
click to toggle source
# File lib/awspec/type/elastictranscoder_pipeline.rb, line 3 def resource_via_client @resource_via_client ||= find_pipeline(@display_name) end