Class: Aws::Types::PutNotificationConfigurationType

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

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#auto_scaling_group_name::String

Returns the value of attribute auto_scaling_group_name.

Returns:

  • (::String)


1193
1194
1195
# File 'sig/types.rbs', line 1193

def auto_scaling_group_name
  @auto_scaling_group_name
end

#notification_types::Array[::String]

Returns the value of attribute notification_types.

Returns:

  • (::Array[::String])


1195
1196
1197
# File 'sig/types.rbs', line 1195

def notification_types
  @notification_types
end

#topic_arn::String

Returns the value of attribute topic_arn.

Returns:

  • (::String)


1194
1195
1196
# File 'sig/types.rbs', line 1194

def topic_arn
  @topic_arn
end