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)


7771
7772
7773
# File 'sig/types.rbs', line 7771

def connection_notification_id
  @connection_notification_id
end

#dry_runBoolean

Returns the value of attribute dry_run.

Returns:

  • (Boolean)


7770
7771
7772
# File 'sig/types.rbs', line 7770

def dry_run
  @dry_run
end

#filters::Array[Types::Filter]

Returns the value of attribute filters.

Returns:



7772
7773
7774
# File 'sig/types.rbs', line 7772

def filters
  @filters
end

#max_results::Integer

Returns the value of attribute max_results.

Returns:

  • (::Integer)


7773
7774
7775
# File 'sig/types.rbs', line 7773

def max_results
  @max_results
end

#next_token::String

Returns the value of attribute next_token.

Returns:

  • (::String)


7774
7775
7776
# File 'sig/types.rbs', line 7774

def next_token
  @next_token
end