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

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

Overview

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#enable_cross_accounts_discoveryBoolean

Indicates whether cross-account discovery is enabled.

Returns:

  • (Boolean)


1624
1625
1626
1627
1628
1629
1630
1631
1632
# File 'gems/aws-sdk-licensemanager/lib/aws-sdk-licensemanager/types.rb', line 1624

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_arnString

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

Returns:

  • (String)


1624
1625
1626
1627
1628
1629
1630
1631
1632
# File 'gems/aws-sdk-licensemanager/lib/aws-sdk-licensemanager/types.rb', line 1624

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_configurationTypes::OrganizationConfiguration

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



1624
1625
1626
1627
1628
1629
1630
1631
1632
# File 'gems/aws-sdk-licensemanager/lib/aws-sdk-licensemanager/types.rb', line 1624

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_arnString

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

Returns:

  • (String)


1624
1625
1626
1627
1628
1629
1630
1631
1632
# File 'gems/aws-sdk-licensemanager/lib/aws-sdk-licensemanager/types.rb', line 1624

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_arnString

SNS topic configured to receive notifications from License Manager.

Returns:

  • (String)


1624
1625
1626
1627
1628
1629
1630
1631
1632
# File 'gems/aws-sdk-licensemanager/lib/aws-sdk-licensemanager/types.rb', line 1624

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