Class: Aws::Types::StandardsSubscription
- Inherits:
-
Object
- Object
- Aws::Types::StandardsSubscription
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#provider ⇒ "AWS", "Azure"
Returns the value of attribute provider.
-
#standards_arn ⇒ ::String
Returns the value of attribute standards_arn.
-
#standards_controls_updatable ⇒ "READY_FOR_UPDATES", "NOT_READY_FOR_UPDATES"
Returns the value of attribute standards_controls_updatable.
-
#standards_input ⇒ ::Hash[::String, ::String]
Returns the value of attribute standards_input.
-
#standards_status ⇒ "PENDING", ...
Returns the value of attribute standards_status.
-
#standards_status_reason ⇒ Types::StandardsStatusReason
Returns the value of attribute standards_status_reason.
-
#standards_subscription_arn ⇒ ::String
Returns the value of attribute standards_subscription_arn.
Instance Attribute Details
#provider ⇒ "AWS", "Azure"
Returns the value of attribute provider.
7736 7737 7738 |
# File 'sig/types.rbs', line 7736 def provider @provider end |
#standards_arn ⇒ ::String
Returns the value of attribute standards_arn.
7731 7732 7733 |
# File 'sig/types.rbs', line 7731 def standards_arn @standards_arn end |
#standards_controls_updatable ⇒ "READY_FOR_UPDATES", "NOT_READY_FOR_UPDATES"
Returns the value of attribute standards_controls_updatable.
7734 7735 7736 |
# File 'sig/types.rbs', line 7734 def standards_controls_updatable @standards_controls_updatable end |
#standards_input ⇒ ::Hash[::String, ::String]
Returns the value of attribute standards_input.
7732 7733 7734 |
# File 'sig/types.rbs', line 7732 def standards_input @standards_input end |
#standards_status ⇒ "PENDING", ...
Returns the value of attribute standards_status.
7733 7734 7735 |
# File 'sig/types.rbs', line 7733 def standards_status @standards_status end |
#standards_status_reason ⇒ Types::StandardsStatusReason
Returns the value of attribute standards_status_reason.
7735 7736 7737 |
# File 'sig/types.rbs', line 7735 def standards_status_reason @standards_status_reason end |
#standards_subscription_arn ⇒ ::String
Returns the value of attribute standards_subscription_arn.
7730 7731 7732 |
# File 'sig/types.rbs', line 7730 def standards_subscription_arn @standards_subscription_arn end |