Class: Aws::Types::CreateVpcEndpointConnectionNotificationRequest

Inherits:
Object
  • Object
show all
Defined in:
sig/types.rbs

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#client_token::String

Returns the value of attribute client_token.

Returns:

  • (::String)


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.

Returns:

  • (::Array[::String])


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.

Returns:

  • (::String)


3851
3852
3853
# File 'sig/types.rbs', line 3851

def connection_notification_arn
  @connection_notification_arn
end

#dry_runBoolean

Returns the value of attribute dry_run.

Returns:

  • (Boolean)


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.

Returns:

  • (::String)


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.

Returns:

  • (::String)


3850
3851
3852
# File 'sig/types.rbs', line 3850

def vpc_endpoint_id
  @vpc_endpoint_id
end