class Aws::Schemas::Types::CreateDiscovererRequest

@note When making an API call, you may pass CreateDiscovererRequest

data as a hash:

    {
      description: "__stringMin0Max256",
      source_arn: "__stringMin20Max1600", # required
      cross_account: false,
      tags: {
        "__string" => "__string",
      },
    }

@!attribute [rw] description

@return [String]

@!attribute [rw] source_arn

@return [String]

@!attribute [rw] cross_account

@return [Boolean]

@!attribute [rw] tags

Key-value pairs associated with a resource.
@return [Hash<String,String>]

@see docs.aws.amazon.com/goto/WebAPI/schemas-2019-12-02/CreateDiscovererRequest AWS API Documentation

Constants

SENSITIVE