Class: Aws::LicenseManager::Types::GetServiceSettingsResponse

Inherits:
Struct
  • Object
show all
Includes:
Structure
Defined in:
lib/aws-sdk-licensemanager/types.rb

Overview

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#cross_region_discovery_home_regionString

Cross region discovery home region.



1924
1925
1926
1927
1928
1929
1930
1931
1932
1933
1934
1935
# File 'lib/aws-sdk-licensemanager/types.rb', line 1924

class GetServiceSettingsResponse < Struct.new(
  :s3_bucket_arn,
  :sns_topic_arn,
  :organization_configuration,
  :enable_cross_accounts_discovery,
  :license_manager_resource_share_arn,
  :cross_region_discovery_home_region,
  :cross_region_discovery_source_regions,
  :service_status)
  SENSITIVE = []
  include Aws::Structure
end

#cross_region_discovery_source_regionsArray<String>

Cross region discovery source regions.



1924
1925
1926
1927
1928
1929
1930
1931
1932
1933
1934
1935
# File 'lib/aws-sdk-licensemanager/types.rb', line 1924

class GetServiceSettingsResponse < Struct.new(
  :s3_bucket_arn,
  :sns_topic_arn,
  :organization_configuration,
  :enable_cross_accounts_discovery,
  :license_manager_resource_share_arn,
  :cross_region_discovery_home_region,
  :cross_region_discovery_source_regions,
  :service_status)
  SENSITIVE = []
  include Aws::Structure
end

#enable_cross_accounts_discoveryBoolean

Indicates whether cross-account discovery is enabled.



1924
1925
1926
1927
1928
1929
1930
1931
1932
1933
1934
1935
# File 'lib/aws-sdk-licensemanager/types.rb', line 1924

class GetServiceSettingsResponse < Struct.new(
  :s3_bucket_arn,
  :sns_topic_arn,
  :organization_configuration,
  :enable_cross_accounts_discovery,
  :license_manager_resource_share_arn,
  :cross_region_discovery_home_region,
  :cross_region_discovery_source_regions,
  :service_status)
  SENSITIVE = []
  include Aws::Structure
end

#license_manager_resource_share_arnString

Amazon Resource Name (ARN) of the resource share. The License Manager management account provides member accounts with access to this share.



1924
1925
1926
1927
1928
1929
1930
1931
1932
1933
1934
1935
# File 'lib/aws-sdk-licensemanager/types.rb', line 1924

class GetServiceSettingsResponse < Struct.new(
  :s3_bucket_arn,
  :sns_topic_arn,
  :organization_configuration,
  :enable_cross_accounts_discovery,
  :license_manager_resource_share_arn,
  :cross_region_discovery_home_region,
  :cross_region_discovery_source_regions,
  :service_status)
  SENSITIVE = []
  include Aws::Structure
end

#organization_configurationTypes::OrganizationConfiguration

Indicates whether Organizations is integrated with License Manager for cross-account discovery.



1924
1925
1926
1927
1928
1929
1930
1931
1932
1933
1934
1935
# File 'lib/aws-sdk-licensemanager/types.rb', line 1924

class GetServiceSettingsResponse < Struct.new(
  :s3_bucket_arn,
  :sns_topic_arn,
  :organization_configuration,
  :enable_cross_accounts_discovery,
  :license_manager_resource_share_arn,
  :cross_region_discovery_home_region,
  :cross_region_discovery_source_regions,
  :service_status)
  SENSITIVE = []
  include Aws::Structure
end

#s3_bucket_arnString

Regional S3 bucket path for storing reports, license trail event data, discovery data, and so on.



1924
1925
1926
1927
1928
1929
1930
1931
1932
1933
1934
1935
# File 'lib/aws-sdk-licensemanager/types.rb', line 1924

class GetServiceSettingsResponse < Struct.new(
  :s3_bucket_arn,
  :sns_topic_arn,
  :organization_configuration,
  :enable_cross_accounts_discovery,
  :license_manager_resource_share_arn,
  :cross_region_discovery_home_region,
  :cross_region_discovery_source_regions,
  :service_status)
  SENSITIVE = []
  include Aws::Structure
end

#service_statusTypes::ServiceStatus

Service status.



1924
1925
1926
1927
1928
1929
1930
1931
1932
1933
1934
1935
# File 'lib/aws-sdk-licensemanager/types.rb', line 1924

class GetServiceSettingsResponse < Struct.new(
  :s3_bucket_arn,
  :sns_topic_arn,
  :organization_configuration,
  :enable_cross_accounts_discovery,
  :license_manager_resource_share_arn,
  :cross_region_discovery_home_region,
  :cross_region_discovery_source_regions,
  :service_status)
  SENSITIVE = []
  include Aws::Structure
end

#sns_topic_arnString

SNS topic configured to receive notifications from License Manager.



1924
1925
1926
1927
1928
1929
1930
1931
1932
1933
1934
1935
# File 'lib/aws-sdk-licensemanager/types.rb', line 1924

class GetServiceSettingsResponse < Struct.new(
  :s3_bucket_arn,
  :sns_topic_arn,
  :organization_configuration,
  :enable_cross_accounts_discovery,
  :license_manager_resource_share_arn,
  :cross_region_discovery_home_region,
  :cross_region_discovery_source_regions,
  :service_status)
  SENSITIVE = []
  include Aws::Structure
end