Class: Aws::LicenseManager::Types::GetServiceSettingsResponse
- Inherits:
-
Struct
- Object
- Struct
- Aws::LicenseManager::Types::GetServiceSettingsResponse
- Defined in:
- gems/aws-sdk-licensemanager/lib/aws-sdk-licensemanager/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#enable_cross_accounts_discovery ⇒ Boolean
Indicates whether cross-account discovery is enabled.
-
#license_manager_resource_share_arn ⇒ String
Amazon Resource Name (ARN) of the AWS resource share.
-
#organization_configuration ⇒ Types::OrganizationConfiguration
Indicates whether AWS Organizations is integrated with License Manager for cross-account discovery.
-
#s3_bucket_arn ⇒ String
Regional S3 bucket path for storing reports, license trail event data, discovery data, and so on.
-
#sns_topic_arn ⇒ String
SNS topic configured to receive notifications from License Manager.
Instance Attribute Details
#enable_cross_accounts_discovery ⇒ Boolean
Indicates whether cross-account discovery is enabled.
1719 1720 1721 1722 1723 1724 1725 1726 1727 |
# File 'gems/aws-sdk-licensemanager/lib/aws-sdk-licensemanager/types.rb', line 1719 class GetServiceSettingsResponse < Struct.new( :s3_bucket_arn, :sns_topic_arn, :organization_configuration, :enable_cross_accounts_discovery, :license_manager_resource_share_arn) SENSITIVE = [] include Aws::Structure end |
#license_manager_resource_share_arn ⇒ String
Amazon Resource Name (ARN) of the AWS resource share. The License Manager master account will provide member accounts with access to this share.
1719 1720 1721 1722 1723 1724 1725 1726 1727 |
# File 'gems/aws-sdk-licensemanager/lib/aws-sdk-licensemanager/types.rb', line 1719 class GetServiceSettingsResponse < Struct.new( :s3_bucket_arn, :sns_topic_arn, :organization_configuration, :enable_cross_accounts_discovery, :license_manager_resource_share_arn) SENSITIVE = [] include Aws::Structure end |
#organization_configuration ⇒ Types::OrganizationConfiguration
Indicates whether AWS Organizations is integrated with License Manager for cross-account discovery.
1719 1720 1721 1722 1723 1724 1725 1726 1727 |
# File 'gems/aws-sdk-licensemanager/lib/aws-sdk-licensemanager/types.rb', line 1719 class GetServiceSettingsResponse < Struct.new( :s3_bucket_arn, :sns_topic_arn, :organization_configuration, :enable_cross_accounts_discovery, :license_manager_resource_share_arn) SENSITIVE = [] include Aws::Structure end |
#s3_bucket_arn ⇒ String
Regional S3 bucket path for storing reports, license trail event data, discovery data, and so on.
1719 1720 1721 1722 1723 1724 1725 1726 1727 |
# File 'gems/aws-sdk-licensemanager/lib/aws-sdk-licensemanager/types.rb', line 1719 class GetServiceSettingsResponse < Struct.new( :s3_bucket_arn, :sns_topic_arn, :organization_configuration, :enable_cross_accounts_discovery, :license_manager_resource_share_arn) SENSITIVE = [] include Aws::Structure end |
#sns_topic_arn ⇒ String
SNS topic configured to receive notifications from License Manager.
1719 1720 1721 1722 1723 1724 1725 1726 1727 |
# File 'gems/aws-sdk-licensemanager/lib/aws-sdk-licensemanager/types.rb', line 1719 class GetServiceSettingsResponse < Struct.new( :s3_bucket_arn, :sns_topic_arn, :organization_configuration, :enable_cross_accounts_discovery, :license_manager_resource_share_arn) SENSITIVE = [] include Aws::Structure end |