GetEnabledStandardsStandardsSubscription class

Constructors

GetEnabledStandardsStandardsSubscription({required Input<String> standardsArn, required Input<String> standardsControlsUpdatable, required Input<Map<String, String>> standardsInputs, required Input<String> standardsStatus, required Input<List<GetEnabledStandardsStandardsSubscriptionStandardsStatusReason>> standardsStatusReasons, required Input<String> standardsSubscriptionArn})
Creates a new GetEnabledStandardsStandardsSubscription. standardsArn ARN of the standard. standardsControlsUpdatable Whether you can retrieve information about and configure individual controls that apply to the standard. Valid values: READY_FOR_UPDATES, NOT_READY_FOR_UPDATES. standardsInputs Key-value map of input for the standard. standardsStatus Status of your subscription to the standard. Valid values: PENDING, READY, FAILED, DELETING, INCOMPLETE. standardsStatusReasons Reason for the current status. See below for details. standardsSubscriptionArn ARN of the resource that represents your subscription to the standard.
const
GetEnabledStandardsStandardsSubscription.fromMap(Map<String, dynamic> map)
factory

Properties

hashCode int
The hash code for this object.
no setterinherited
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
standardsArn → Input<String>
ARN of the standard.
final
standardsControlsUpdatable → Input<String>
Whether you can retrieve information about and configure individual controls that apply to the standard. Valid values: READY_FOR_UPDATES, NOT_READY_FOR_UPDATES.
final
standardsInputs → Input<Map<String, String>>
Key-value map of input for the standard.
final
standardsStatus → Input<String>
Status of your subscription to the standard. Valid values: PENDING, READY, FAILED, DELETING, INCOMPLETE.
final
standardsStatusReasons → Input<List<GetEnabledStandardsStandardsSubscriptionStandardsStatusReason>>
Reason for the current status. See below for details.
final
standardsSubscriptionArn → Input<String>
ARN of the resource that represents your subscription to the standard.
final

Methods

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

Operators

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