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

Class: Aws::LicenseManager::Types::UpdateServiceSettingsRequest

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

Overview

Note:

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

{
  s3_bucket_arn: "String",
  sns_topic_arn: "String",
  organization_configuration: {
    enable_integration: false, # required
  },
  enable_cross_accounts_discovery: false,
}

Instance Attribute Summary collapse

Instance Attribute Details

#enable_cross_accounts_discoveryBoolean

Activates cross-account discovery.

Returns:

  • (Boolean)

    Activates cross-account discovery.

#organization_configurationTypes::OrganizationConfiguration

Enables integration with AWS Organizations for cross-account discovery.

Returns:

#s3_bucket_arnString

Amazon Resource Name (ARN) of the Amazon S3 bucket where the License Manager information is stored.

Returns:

  • (String)

    Amazon Resource Name (ARN) of the Amazon S3 bucket where the License Manager information is stored.

#sns_topic_arnString

Amazon Resource Name (ARN) of the Amazon SNS topic used for License Manager alerts.

Returns:

  • (String)

    Amazon Resource Name (ARN) of the Amazon SNS topic used for License Manager alerts.