You are viewing documentation for version 2 of the AWS SDK for Ruby. Version 3 documentation can be found here.

Class: Aws::Greengrass::Types::CreateSubscriptionDefinitionRequest

Inherits:
Struct
  • Object
show all
Defined in:
(unknown)

Overview

Note:

When passing CreateSubscriptionDefinitionRequest as input to an Aws::Client method, you can use a vanilla Hash:

{
  amzn_client_token: "__string",
  initial_version: {
    subscriptions: [
      {
        id: "__string", # required
        source: "__string", # required
        subject: "__string", # required
        target: "__string", # required
      },
    ],
  },
  name: "__string",
  tags: {
    "__string" => "__string",
  },
}

Instance Attribute Summary collapse

Instance Attribute Details

#amzn_client_tokenString

Returns:

  • (String)

#initial_versionTypes::SubscriptionDefinitionVersion

Information about a subscription definition version.

Returns:

#nameString

Returns:

  • (String)

#tagsHash<String,String>

The key-value pair for the resource tag.

Returns:

  • (Hash<String,String>)

    The key-value pair for the resource tag.