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
show all
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

Instance Attribute Details

#kms_master_key_idString

The ID of an AWS managed customer master key (CMK) for Amazon SNS or a custom CMK.

Returns:

  • (String)

    The ID of an AWS managed customer master key (CMK) for Amazon SNS or a custom CMK.

#ownerString

The subscription\'s owner.

Returns:

  • (String)

    The subscription\'s owner.

#subscriptionArray<Types::AwsSnsTopicSubscription>

Subscription is an embedded property that describes the subscription endpoints of an Amazon SNS topic.

Returns:

#topic_nameString

The name of the topic.

Returns:

  • (String)

    The name of the topic.