Class: Aws::LicenseManager::Types::UpdateServiceSettingsRequest
- Inherits:
-
Struct
- Object
- Struct
- Aws::LicenseManager::Types::UpdateServiceSettingsRequest
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-licensemanager/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#enable_cross_accounts_discovery ⇒ Boolean
Activates cross-account discovery.
-
#organization_configuration ⇒ Types::OrganizationConfiguration
Enables integration with 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.
3897 3898 3899 3900 3901 3902 3903 3904 |
# File 'lib/aws-sdk-licensemanager/types.rb', line 3897 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 Organizations for cross-account discovery.
3897 3898 3899 3900 3901 3902 3903 3904 |
# File 'lib/aws-sdk-licensemanager/types.rb', line 3897 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.
3897 3898 3899 3900 3901 3902 3903 3904 |
# File 'lib/aws-sdk-licensemanager/types.rb', line 3897 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.
3897 3898 3899 3900 3901 3902 3903 3904 |
# File 'lib/aws-sdk-licensemanager/types.rb', line 3897 class UpdateServiceSettingsRequest < Struct.new( :s3_bucket_arn, :sns_topic_arn, :organization_configuration, :enable_cross_accounts_discovery) SENSITIVE = [] include Aws::Structure end |