GetServiceSettingsResponse class

Constructors

GetServiceSettingsResponse({bool? enableCrossAccountsDiscovery, String? licenseManagerResourceShareArn, OrganizationConfiguration? organizationConfiguration, String? s3BucketArn, String? snsTopicArn})
GetServiceSettingsResponse.fromJson(Map<String, dynamic> json)
factory

Properties

enableCrossAccountsDiscovery bool?
Indicates whether cross-account discovery is enabled.
final
hashCode int
The hash code for this object.
no setterinherited
licenseManagerResourceShareArn String?
Amazon Resource Name (ARN) of the AWS resource share. The License Manager master account will provide member accounts with access to this share.
final
organizationConfiguration OrganizationConfiguration?
Indicates whether AWS Organizations is integrated with License Manager for cross-account discovery.
final
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
s3BucketArn String?
Regional S3 bucket path for storing reports, license trail event data, discovery data, and so on.
final
snsTopicArn String?
SNS topic configured to receive notifications from License Manager.
final

Methods

noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
toString() String
A string representation of this object.
inherited

Operators

operator ==(Object other) bool
The equality operator.
inherited