Class: Aws::EC2::Types::DescribeVpcEndpointConnectionNotificationsRequest
- Inherits:
-
Struct
- Object
- Struct
- Aws::EC2::Types::DescribeVpcEndpointConnectionNotificationsRequest
- Defined in:
- gems/aws-sdk-ec2/lib/aws-sdk-ec2/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#connection_notification_id ⇒ String
The ID of the notification.
-
#dry_run ⇒ Boolean
Checks whether you have the required permissions for the action, without actually making the request, and provides an error response.
-
#filters ⇒ Array<Types::Filter>
The filters.
-
#max_results ⇒ Integer
The maximum number of results to return in a single call.
-
#next_token ⇒ String
The token to request the next page of results.
Instance Attribute Details
#connection_notification_id ⇒ String
The ID of the notification.
31214 31215 31216 31217 31218 31219 31220 31221 31222 |
# File 'gems/aws-sdk-ec2/lib/aws-sdk-ec2/types.rb', line 31214 class DescribeVpcEndpointConnectionNotificationsRequest < Struct.new( :dry_run, :connection_notification_id, :filters, :max_results, :next_token) SENSITIVE = [] include Aws::Structure end |
#dry_run ⇒ Boolean
Checks whether you have the required permissions for the action,
without actually making the request, and provides an error response.
If you have the required permissions, the error response is
DryRunOperation
. Otherwise, it is UnauthorizedOperation
.
31214 31215 31216 31217 31218 31219 31220 31221 31222 |
# File 'gems/aws-sdk-ec2/lib/aws-sdk-ec2/types.rb', line 31214 class DescribeVpcEndpointConnectionNotificationsRequest < Struct.new( :dry_run, :connection_notification_id, :filters, :max_results, :next_token) SENSITIVE = [] include Aws::Structure end |
#filters ⇒ Array<Types::Filter>
The filters.
connection-notification-arn
- The ARN of the SNS topic for the notification.connection-notification-id
- The ID of the notification.connection-notification-state
- The state of the notification (Enabled
|Disabled
).connection-notification-type
- The type of notification (Topic
).service-id
- The ID of the endpoint service.vpc-endpoint-id
- The ID of the VPC endpoint.
31214 31215 31216 31217 31218 31219 31220 31221 31222 |
# File 'gems/aws-sdk-ec2/lib/aws-sdk-ec2/types.rb', line 31214 class DescribeVpcEndpointConnectionNotificationsRequest < Struct.new( :dry_run, :connection_notification_id, :filters, :max_results, :next_token) SENSITIVE = [] include Aws::Structure end |
#max_results ⇒ Integer
The maximum number of results to return in a single call. To
retrieve the remaining results, make another request with the
returned NextToken
value.
31214 31215 31216 31217 31218 31219 31220 31221 31222 |
# File 'gems/aws-sdk-ec2/lib/aws-sdk-ec2/types.rb', line 31214 class DescribeVpcEndpointConnectionNotificationsRequest < Struct.new( :dry_run, :connection_notification_id, :filters, :max_results, :next_token) SENSITIVE = [] include Aws::Structure end |
#next_token ⇒ String
The token to request the next page of results.
31214 31215 31216 31217 31218 31219 31220 31221 31222 |
# File 'gems/aws-sdk-ec2/lib/aws-sdk-ec2/types.rb', line 31214 class DescribeVpcEndpointConnectionNotificationsRequest < Struct.new( :dry_run, :connection_notification_id, :filters, :max_results, :next_token) SENSITIVE = [] include Aws::Structure end |