Class: Aws::Types::DescribeStandardsResponse
- Inherits:
-
Object
- Object
- Aws::Types::DescribeStandardsResponse
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#next_token ⇒ ::String
Returns the value of attribute next_token.
-
#standards ⇒ ::Array[Types::Standard]
Returns the value of attribute standards.
Instance Attribute Details
#next_token ⇒ ::String
Returns the value of attribute next_token.
5571 5572 5573 |
# File 'sig/types.rbs', line 5571 def next_token @next_token end |
#standards ⇒ ::Array[Types::Standard]
Returns the value of attribute standards.
5570 5571 5572 |
# File 'sig/types.rbs', line 5570 def standards @standards end |