Class: Aws::Types::ListLogSubscriptionsResult

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

Constant Summary collapse

SENSITIVE =

Returns:

Instance Attribute Summary collapse

Instance Attribute Details

#log_subscriptions::Array[Types::LogSubscription]

Returns the value of attribute log_subscriptions.

Returns:



1128
1129
1130
# File 'sig/types.rbs', line 1128

def log_subscriptions
  @log_subscriptions
end

#next_token::String

Returns the value of attribute next_token.

Returns:



1129
1130
1131
# File 'sig/types.rbs', line 1129

def next_token
  @next_token
end