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)


1456
1457
1458
# File 'sig/types.rbs', line 1456

def cust_subscription_id
  @cust_subscription_id
end

#customer_aws_id::String

Returns the value of attribute customer_aws_id.

Returns:

  • (::String)


1455
1456
1457
# File 'sig/types.rbs', line 1455

def customer_aws_id
  @customer_aws_id
end

#enabledBoolean

Returns the value of attribute enabled.

Returns:

  • (Boolean)


1463
1464
1465
# File 'sig/types.rbs', line 1463

def enabled
  @enabled
end

#event_categories_list::Array[::String]

Returns the value of attribute event_categories_list.

Returns:

  • (::Array[::String])


1462
1463
1464
# File 'sig/types.rbs', line 1462

def event_categories_list
  @event_categories_list
end

#sns_topic_arn::String

Returns the value of attribute sns_topic_arn.

Returns:

  • (::String)


1457
1458
1459
# File 'sig/types.rbs', line 1457

def sns_topic_arn
  @sns_topic_arn
end

#source_ids_list::Array[::String]

Returns the value of attribute source_ids_list.

Returns:

  • (::Array[::String])


1461
1462
1463
# File 'sig/types.rbs', line 1461

def source_ids_list
  @source_ids_list
end

#source_type::String

Returns the value of attribute source_type.

Returns:

  • (::String)


1460
1461
1462
# File 'sig/types.rbs', line 1460

def source_type
  @source_type
end

#status::String

Returns the value of attribute status.

Returns:

  • (::String)


1458
1459
1460
# File 'sig/types.rbs', line 1458

def status
  @status
end

#subscription_creation_time::String

Returns the value of attribute subscription_creation_time.

Returns:

  • (::String)


1459
1460
1461
# File 'sig/types.rbs', line 1459

def subscription_creation_time
  @subscription_creation_time
end