Class: Aws::OSIS::Types::RevokePipelineEndpointConnectionsRequest

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

#endpoint_idsArray<String>

A list of endpoint IDs for which to revoke access to the pipeline.

Returns:

  • (Array<String>)


1071
1072
1073
1074
1075
1076
# File 'gems/aws-sdk-osis/lib/aws-sdk-osis/types.rb', line 1071

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

#pipeline_arnString

The Amazon Resource Name (ARN) of the pipeline from which to revoke endpoint connections.

Returns:

  • (String)


1071
1072
1073
1074
1075
1076
# File 'gems/aws-sdk-osis/lib/aws-sdk-osis/types.rb', line 1071

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