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.
3903 3904 3905 |
# File 'sig/types.rbs', line 3903 def client_token @client_token end |
#connection_events ⇒ ::Array[::String]
Returns the value of attribute connection_events.
3902 3903 3904 |
# File 'sig/types.rbs', line 3902 def connection_events @connection_events end |
#connection_notification_arn ⇒ ::String
Returns the value of attribute connection_notification_arn.
3901 3902 3903 |
# File 'sig/types.rbs', line 3901 def connection_notification_arn @connection_notification_arn end |
#dry_run ⇒ Boolean
Returns the value of attribute dry_run.
3898 3899 3900 |
# File 'sig/types.rbs', line 3898 def dry_run @dry_run end |
#service_id ⇒ ::String
Returns the value of attribute service_id.
3899 3900 3901 |
# File 'sig/types.rbs', line 3899 def service_id @service_id end |
#vpc_endpoint_id ⇒ ::String
Returns the value of attribute vpc_endpoint_id.
3900 3901 3902 |
# File 'sig/types.rbs', line 3900 def vpc_endpoint_id @vpc_endpoint_id end |