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)


1086
1087
1088
# File 'sig/types.rbs', line 1086

def auto_scaling_group_name
  @auto_scaling_group_name
end

#notification_type::String

Returns the value of attribute notification_type.

Returns:

  • (::String)


1088
1089
1090
# File 'sig/types.rbs', line 1088

def notification_type
  @notification_type
end

#topic_arn::String

Returns the value of attribute topic_arn.

Returns:

  • (::String)


1087
1088
1089
# File 'sig/types.rbs', line 1087

def topic_arn
  @topic_arn
end