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:



2295
2296
2297
# File 'sig/types.rbs', line 2295

def filters
  @filters
end

#marker::String

Returns the value of attribute marker.

Returns:

  • (::String)


2297
2298
2299
# File 'sig/types.rbs', line 2297

def marker
  @marker
end

#max_records::Integer

Returns the value of attribute max_records.

Returns:

  • (::Integer)


2296
2297
2298
# File 'sig/types.rbs', line 2296

def max_records
  @max_records
end

#subscription_name::String

Returns the value of attribute subscription_name.

Returns:

  • (::String)


2294
2295
2296
# File 'sig/types.rbs', line 2294

def subscription_name
  @subscription_name
end