Class: Aws::Types::NotificationConfiguration

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)


1080
1081
1082
# File 'sig/types.rbs', line 1080

def auto_scaling_group_name
  @auto_scaling_group_name
end

#notification_type::String

Returns the value of attribute notification_type.

Returns:

  • (::String)


1082
1083
1084
# File 'sig/types.rbs', line 1082

def notification_type
  @notification_type
end

#topic_arn::String

Returns the value of attribute topic_arn.

Returns:

  • (::String)


1081
1082
1083
# File 'sig/types.rbs', line 1081

def topic_arn
  @topic_arn
end