You are viewing documentation for version 2 of the AWS SDK for Ruby. Version 3 documentation can be found here.
Class: Aws::SecurityHub::Types::AwsSnsTopicDetails
- Inherits:
-
Struct
- Object
- Struct
- Aws::SecurityHub::Types::AwsSnsTopicDetails
- Defined in:
- (unknown)
Overview
Note:
When passing AwsSnsTopicDetails as input to an Aws::Client method, you can use a vanilla Hash:
{
kms_master_key_id: "NonEmptyString",
subscription: [
{
endpoint: "NonEmptyString",
protocol: "NonEmptyString",
},
],
topic_name: "NonEmptyString",
owner: "NonEmptyString",
}
A wrapper type for the topic's Amazon Resource Name (ARN).
Returned by:
Instance Attribute Summary collapse
-
#kms_master_key_id ⇒ String
The ID of an AWS managed customer master key (CMK) for Amazon SNS or a custom CMK.
-
#owner ⇒ String
The subscription\'s owner.
-
#subscription ⇒ Array<Types::AwsSnsTopicSubscription>
Subscription is an embedded property that describes the subscription endpoints of an Amazon SNS topic.
-
#topic_name ⇒ String
The name of the topic.
Instance Attribute Details
#kms_master_key_id ⇒ String
The ID of an AWS managed customer master key (CMK) for Amazon SNS or a custom CMK.
#owner ⇒ String
The subscription\'s owner.
#subscription ⇒ Array<Types::AwsSnsTopicSubscription>
Subscription is an embedded property that describes the subscription endpoints of an Amazon SNS topic.
#topic_name ⇒ String
The name of the topic.