Class: Aws::Types::DescribeVpcEndpointConnectionNotificationsRequest

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

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#connection_notification_id::String

Returns the value of attribute connection_notification_id.

Returns:

  • (::String)


8044
8045
8046
# File 'sig/types.rbs', line 8044

def connection_notification_id
  @connection_notification_id
end

#dry_runBoolean

Returns the value of attribute dry_run.

Returns:

  • (Boolean)


8043
8044
8045
# File 'sig/types.rbs', line 8043

def dry_run
  @dry_run
end

#filters::Array[Types::Filter]

Returns the value of attribute filters.

Returns:



8045
8046
8047
# File 'sig/types.rbs', line 8045

def filters
  @filters
end

#max_results::Integer

Returns the value of attribute max_results.

Returns:

  • (::Integer)


8046
8047
8048
# File 'sig/types.rbs', line 8046

def max_results
  @max_results
end

#next_token::String

Returns the value of attribute next_token.

Returns:

  • (::String)


8047
8048
8049
# File 'sig/types.rbs', line 8047

def next_token
  @next_token
end