StandardsSubscriptionState constructor
const
StandardsSubscriptionState({})
Creates a new StandardsSubscriptionState.
arn The ARN of a resource that represents your subscription to a supported standard.
region Region where this resource will be managed. Defaults to the Region set in the provider configuration.
standardsArn The ARN of a standard - see below.
Implementation
const StandardsSubscriptionState({
this.arn,
this.region,
this.standardsArn,
});