Class: Aws::Types::AwsSnsTopicDetails
- Inherits:
-
Object
- Object
- Aws::Types::AwsSnsTopicDetails
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#application_success_feedback_role_arn ⇒ ::String
Returns the value of attribute application_success_feedback_role_arn.
-
#firehose_failure_feedback_role_arn ⇒ ::String
Returns the value of attribute firehose_failure_feedback_role_arn.
-
#firehose_success_feedback_role_arn ⇒ ::String
Returns the value of attribute firehose_success_feedback_role_arn.
-
#http_failure_feedback_role_arn ⇒ ::String
Returns the value of attribute http_failure_feedback_role_arn.
-
#http_success_feedback_role_arn ⇒ ::String
Returns the value of attribute http_success_feedback_role_arn.
-
#kms_master_key_id ⇒ ::String
Returns the value of attribute kms_master_key_id.
-
#owner ⇒ ::String
Returns the value of attribute owner.
-
#sqs_failure_feedback_role_arn ⇒ ::String
Returns the value of attribute sqs_failure_feedback_role_arn.
-
#sqs_success_feedback_role_arn ⇒ ::String
Returns the value of attribute sqs_success_feedback_role_arn.
-
#subscription ⇒ ::Array[Types::AwsSnsTopicSubscription]
Returns the value of attribute subscription.
-
#topic_name ⇒ ::String
Returns the value of attribute topic_name.
Instance Attribute Details
#application_success_feedback_role_arn ⇒ ::String
Returns the value of attribute application_success_feedback_role_arn.
4369 4370 4371 |
# File 'sig/types.rbs', line 4369 def application_success_feedback_role_arn @application_success_feedback_role_arn end |
#firehose_failure_feedback_role_arn ⇒ ::String
Returns the value of attribute firehose_failure_feedback_role_arn.
4371 4372 4373 |
# File 'sig/types.rbs', line 4371 def firehose_failure_feedback_role_arn @firehose_failure_feedback_role_arn end |
#firehose_success_feedback_role_arn ⇒ ::String
Returns the value of attribute firehose_success_feedback_role_arn.
4370 4371 4372 |
# File 'sig/types.rbs', line 4370 def firehose_success_feedback_role_arn @firehose_success_feedback_role_arn end |
#http_failure_feedback_role_arn ⇒ ::String
Returns the value of attribute http_failure_feedback_role_arn.
4373 4374 4375 |
# File 'sig/types.rbs', line 4373 def http_failure_feedback_role_arn @http_failure_feedback_role_arn end |
#http_success_feedback_role_arn ⇒ ::String
Returns the value of attribute http_success_feedback_role_arn.
4372 4373 4374 |
# File 'sig/types.rbs', line 4372 def http_success_feedback_role_arn @http_success_feedback_role_arn end |
#kms_master_key_id ⇒ ::String
Returns the value of attribute kms_master_key_id.
4363 4364 4365 |
# File 'sig/types.rbs', line 4363 def kms_master_key_id @kms_master_key_id end |
#owner ⇒ ::String
Returns the value of attribute owner.
4366 4367 4368 |
# File 'sig/types.rbs', line 4366 def owner @owner end |
#sqs_failure_feedback_role_arn ⇒ ::String
Returns the value of attribute sqs_failure_feedback_role_arn.
4368 4369 4370 |
# File 'sig/types.rbs', line 4368 def sqs_failure_feedback_role_arn @sqs_failure_feedback_role_arn end |
#sqs_success_feedback_role_arn ⇒ ::String
Returns the value of attribute sqs_success_feedback_role_arn.
4367 4368 4369 |
# File 'sig/types.rbs', line 4367 def sqs_success_feedback_role_arn @sqs_success_feedback_role_arn end |
#subscription ⇒ ::Array[Types::AwsSnsTopicSubscription]
Returns the value of attribute subscription.
4364 4365 4366 |
# File 'sig/types.rbs', line 4364 def subscription @subscription end |
#topic_name ⇒ ::String
Returns the value of attribute topic_name.
4365 4366 4367 |
# File 'sig/types.rbs', line 4365 def topic_name @topic_name end |