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.
3741 3742 3743 |
# File 'sig/types.rbs', line 3741 def client_token @client_token end |
#connection_events ⇒ ::Array[::String]
Returns the value of attribute connection_events.
3740 3741 3742 |
# File 'sig/types.rbs', line 3740 def connection_events @connection_events end |
#connection_notification_arn ⇒ ::String
Returns the value of attribute connection_notification_arn.
3739 3740 3741 |
# File 'sig/types.rbs', line 3739 def connection_notification_arn @connection_notification_arn end |
#dry_run ⇒ Boolean
Returns the value of attribute dry_run.
3736 3737 3738 |
# File 'sig/types.rbs', line 3736 def dry_run @dry_run end |
#service_id ⇒ ::String
Returns the value of attribute service_id.
3737 3738 3739 |
# File 'sig/types.rbs', line 3737 def service_id @service_id end |
#vpc_endpoint_id ⇒ ::String
Returns the value of attribute vpc_endpoint_id.
3738 3739 3740 |
# File 'sig/types.rbs', line 3738 def vpc_endpoint_id @vpc_endpoint_id end |