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)


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.

Returns:

  • (::Array[::String])


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.

Returns:

  • (::String)


3901
3902
3903
# File 'sig/types.rbs', line 3901

def connection_notification_arn
  @connection_notification_arn
end

#dry_runBoolean

Returns the value of attribute dry_run.

Returns:

  • (Boolean)


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.

Returns:

  • (::String)


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.

Returns:

  • (::String)


3900
3901
3902
# File 'sig/types.rbs', line 3900

def vpc_endpoint_id
  @vpc_endpoint_id
end