Class: Aws::LicenseManager::Types::UpdateServiceSettingsRequest
- Inherits:
-
Struct
- Object
- Struct
- Aws::LicenseManager::Types::UpdateServiceSettingsRequest
- Defined in:
- gems/aws-sdk-licensemanager/lib/aws-sdk-licensemanager/types.rb
Overview
Note:
When making an API call, you may pass UpdateServiceSettingsRequest data as a hash:
{
s3_bucket_arn: "String",
sns_topic_arn: "String",
organization_configuration: {
enable_integration: false, # required
},
enable_cross_accounts_discovery: false,
}
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#enable_cross_accounts_discovery ⇒ Boolean
Activates cross-account discovery.
-
#organization_configuration ⇒ Types::OrganizationConfiguration
Enables integration with AWS Organizations for cross-account discovery.
-
#s3_bucket_arn ⇒ String
Amazon Resource Name (ARN) of the Amazon S3 bucket where the License Manager information is stored.
-
#sns_topic_arn ⇒ String
Amazon Resource Name (ARN) of the Amazon SNS topic used for License Manager alerts.
Instance Attribute Details
#enable_cross_accounts_discovery ⇒ Boolean
Activates cross-account discovery.
3792 3793 3794 3795 3796 3797 3798 3799 |
# File 'gems/aws-sdk-licensemanager/lib/aws-sdk-licensemanager/types.rb', line 3792 class UpdateServiceSettingsRequest < Struct.new( :s3_bucket_arn, :sns_topic_arn, :organization_configuration, :enable_cross_accounts_discovery) SENSITIVE = [] include Aws::Structure end |
#organization_configuration ⇒ Types::OrganizationConfiguration
Enables integration with AWS Organizations for cross-account discovery.
3792 3793 3794 3795 3796 3797 3798 3799 |
# File 'gems/aws-sdk-licensemanager/lib/aws-sdk-licensemanager/types.rb', line 3792 class UpdateServiceSettingsRequest < Struct.new( :s3_bucket_arn, :sns_topic_arn, :organization_configuration, :enable_cross_accounts_discovery) SENSITIVE = [] include Aws::Structure end |
#s3_bucket_arn ⇒ String
Amazon Resource Name (ARN) of the Amazon S3 bucket where the License Manager information is stored.
3792 3793 3794 3795 3796 3797 3798 3799 |
# File 'gems/aws-sdk-licensemanager/lib/aws-sdk-licensemanager/types.rb', line 3792 class UpdateServiceSettingsRequest < Struct.new( :s3_bucket_arn, :sns_topic_arn, :organization_configuration, :enable_cross_accounts_discovery) SENSITIVE = [] include Aws::Structure end |
#sns_topic_arn ⇒ String
Amazon Resource Name (ARN) of the Amazon SNS topic used for License Manager alerts.
3792 3793 3794 3795 3796 3797 3798 3799 |
# File 'gems/aws-sdk-licensemanager/lib/aws-sdk-licensemanager/types.rb', line 3792 class UpdateServiceSettingsRequest < Struct.new( :s3_bucket_arn, :sns_topic_arn, :organization_configuration, :enable_cross_accounts_discovery) SENSITIVE = [] include Aws::Structure end |