Class: Aws::Types::RejectVpcEndpointConnectionsRequest
- Inherits:
-
Object
- Object
- Aws::Types::RejectVpcEndpointConnectionsRequest
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#dry_run ⇒ Boolean
Returns the value of attribute dry_run.
-
#service_id ⇒ ::String
Returns the value of attribute service_id.
-
#vpc_endpoint_ids ⇒ ::Array[::String]
Returns the value of attribute vpc_endpoint_ids.
Instance Attribute Details
#dry_run ⇒ Boolean
Returns the value of attribute dry_run.
15695 15696 15697 |
# File 'sig/types.rbs', line 15695 def dry_run @dry_run end |
#service_id ⇒ ::String
Returns the value of attribute service_id.
15696 15697 15698 |
# File 'sig/types.rbs', line 15696 def service_id @service_id end |
#vpc_endpoint_ids ⇒ ::Array[::String]
Returns the value of attribute vpc_endpoint_ids.
15697 15698 15699 |
# File 'sig/types.rbs', line 15697 def vpc_endpoint_ids @vpc_endpoint_ids end |