Class: Aws::Types::CreateVpcEndpointConnectionNotificationRequest
- Inherits:
-
Object
- Object
- Aws::Types::CreateVpcEndpointConnectionNotificationRequest
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#client_token ⇒ ::String
Returns the value of attribute client_token.
-
#connection_events ⇒ ::Array[::String]
Returns the value of attribute connection_events.
-
#connection_notification_arn ⇒ ::String
Returns the value of attribute connection_notification_arn.
-
#dry_run ⇒ Boolean
Returns the value of attribute dry_run.
-
#service_id ⇒ ::String
Returns the value of attribute service_id.
-
#vpc_endpoint_id ⇒ ::String
Returns the value of attribute vpc_endpoint_id.
Instance Attribute Details
#client_token ⇒ ::String
Returns the value of attribute client_token.
3853 3854 3855 |
# File 'sig/types.rbs', line 3853 def client_token @client_token end |
#connection_events ⇒ ::Array[::String]
Returns the value of attribute connection_events.
3852 3853 3854 |
# File 'sig/types.rbs', line 3852 def connection_events @connection_events end |
#connection_notification_arn ⇒ ::String
Returns the value of attribute connection_notification_arn.
3851 3852 3853 |
# File 'sig/types.rbs', line 3851 def connection_notification_arn @connection_notification_arn end |
#dry_run ⇒ Boolean
Returns the value of attribute dry_run.
3848 3849 3850 |
# File 'sig/types.rbs', line 3848 def dry_run @dry_run end |
#service_id ⇒ ::String
Returns the value of attribute service_id.
3849 3850 3851 |
# File 'sig/types.rbs', line 3849 def service_id @service_id end |
#vpc_endpoint_id ⇒ ::String
Returns the value of attribute vpc_endpoint_id.
3850 3851 3852 |
# File 'sig/types.rbs', line 3850 def vpc_endpoint_id @vpc_endpoint_id end |