Class: Aws::Types::DescribeEventSubscriptionsMessage

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

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#filters::Array[Types::Filter]

Returns the value of attribute filters.

Returns:



841
842
843
# File 'sig/types.rbs', line 841

def filters
  @filters
end

#marker::String

Returns the value of attribute marker.

Returns:

  • (::String)


843
844
845
# File 'sig/types.rbs', line 843

def marker
  @marker
end

#max_records::Integer

Returns the value of attribute max_records.

Returns:

  • (::Integer)


842
843
844
# File 'sig/types.rbs', line 842

def max_records
  @max_records
end

#subscription_name::String

Returns the value of attribute subscription_name.

Returns:

  • (::String)


840
841
842
# File 'sig/types.rbs', line 840

def subscription_name
  @subscription_name
end