Class: Aws::Pipes::Types::DescribePipeRequest

Inherits:
Struct
  • Object
show all
Defined in:
gems/aws-sdk-pipes/lib/aws-sdk-pipes/types.rb

Overview

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#nameString

The name of the pipe.

Returns:

  • (String)


638
639
640
641
642
# File 'gems/aws-sdk-pipes/lib/aws-sdk-pipes/types.rb', line 638

class DescribePipeRequest < Struct.new(
  :name)
  SENSITIVE = []
  include Aws::Structure
end