Class: Aws::OSIS::Types::RevokePipelineEndpointConnectionsResponse

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

Overview

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#pipeline_arnString

The Amazon Resource Name (ARN) of the pipeline from which endpoint connections were revoked.

Returns:

  • (String)


1085
1086
1087
1088
1089
# File 'gems/aws-sdk-osis/lib/aws-sdk-osis/types.rb', line 1085

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