Class: Aws::OSIS::Types::RevokePipelineEndpointConnectionsRequest
- Inherits:
-
Struct
- Object
- Struct
- Aws::OSIS::Types::RevokePipelineEndpointConnectionsRequest
- Defined in:
- gems/aws-sdk-osis/lib/aws-sdk-osis/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#endpoint_ids ⇒ Array<String>
A list of endpoint IDs for which to revoke access to the pipeline.
-
#pipeline_arn ⇒ String
The Amazon Resource Name (ARN) of the pipeline from which to revoke endpoint connections.
Instance Attribute Details
#endpoint_ids ⇒ Array<String>
A list of endpoint IDs for which to revoke access to the pipeline.
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_arn ⇒ String
The Amazon Resource Name (ARN) of the pipeline from which to revoke endpoint connections.
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 |