Class: Aws::Types::StandardsSubscriptionRequest
- Inherits:
-
Object
- Object
- Aws::Types::StandardsSubscriptionRequest
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#standards_arn ⇒ ::String
Returns the value of attribute standards_arn.
-
#standards_input ⇒ ::Hash[::String, ::String]
Returns the value of attribute standards_input.
Instance Attribute Details
#standards_arn ⇒ ::String
Returns the value of attribute standards_arn.
7741 7742 7743 |
# File 'sig/types.rbs', line 7741 def standards_arn @standards_arn end |
#standards_input ⇒ ::Hash[::String, ::String]
Returns the value of attribute standards_input.
7742 7743 7744 |
# File 'sig/types.rbs', line 7742 def standards_input @standards_input end |