Class: Aws::Types::DescribeNotifyConfigurationsResult

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

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#next_token::String

Returns the value of attribute next_token.

Returns:

  • (::String)


767
768
769
# File 'sig/types.rbs', line 767

def next_token
  @next_token
end

#notify_configurations::Array[Types::NotifyConfigurationInformation]

Returns the value of attribute notify_configurations.



766
767
768
# File 'sig/types.rbs', line 766

def notify_configurations
  @notify_configurations
end