Class: Aws::Types::EventSubscription

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

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#cust_subscription_id::String

Returns the value of attribute cust_subscription_id.

Returns:

  • (::String)


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

def cust_subscription_id
  @cust_subscription_id
end

#customer_aws_id::String

Returns the value of attribute customer_aws_id.

Returns:

  • (::String)


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

def customer_aws_id
  @customer_aws_id
end

#enabledBoolean

Returns the value of attribute enabled.

Returns:

  • (Boolean)


774
775
776
# File 'sig/types.rbs', line 774

def enabled
  @enabled
end

#event_categories_list::Array[::String]

Returns the value of attribute event_categories_list.

Returns:

  • (::Array[::String])


773
774
775
# File 'sig/types.rbs', line 773

def event_categories_list
  @event_categories_list
end

#event_subscription_arn::String

Returns the value of attribute event_subscription_arn.

Returns:

  • (::String)


775
776
777
# File 'sig/types.rbs', line 775

def event_subscription_arn
  @event_subscription_arn
end

#sns_topic_arn::String

Returns the value of attribute sns_topic_arn.

Returns:

  • (::String)


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

def sns_topic_arn
  @sns_topic_arn
end

#source_ids_list::Array[::String]

Returns the value of attribute source_ids_list.

Returns:

  • (::Array[::String])


772
773
774
# File 'sig/types.rbs', line 772

def source_ids_list
  @source_ids_list
end

#source_type::String

Returns the value of attribute source_type.

Returns:

  • (::String)


771
772
773
# File 'sig/types.rbs', line 771

def source_type
  @source_type
end

#status::String

Returns the value of attribute status.

Returns:

  • (::String)


769
770
771
# File 'sig/types.rbs', line 769

def status
  @status
end

#subscription_creation_time::String

Returns the value of attribute subscription_creation_time.

Returns:

  • (::String)


770
771
772
# File 'sig/types.rbs', line 770

def subscription_creation_time
  @subscription_creation_time
end