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

#marker::String

Returns the value of attribute marker.

Returns:

  • (::String)


1158
1159
1160
# File 'sig/types.rbs', line 1158

def marker
  @marker
end

#max_records::Integer

Returns the value of attribute max_records.

Returns:

  • (::Integer)


1157
1158
1159
# File 'sig/types.rbs', line 1157

def max_records
  @max_records
end

#subscription_name::String

Returns the value of attribute subscription_name.

Returns:

  • (::String)


1156
1157
1158
# File 'sig/types.rbs', line 1156

def subscription_name
  @subscription_name
end

#tag_keys::Array[::String]

Returns the value of attribute tag_keys.

Returns:

  • (::Array[::String])


1159
1160
1161
# File 'sig/types.rbs', line 1159

def tag_keys
  @tag_keys
end

#tag_values::Array[::String]

Returns the value of attribute tag_values.

Returns:

  • (::Array[::String])


1160
1161
1162
# File 'sig/types.rbs', line 1160

def tag_values
  @tag_values
end