Class: Aws::Types::DescribeSchemasMessage
- Inherits:
-
Object
- Object
- Aws::Types::DescribeSchemasMessage
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#endpoint_arn ⇒ ::String
Returns the value of attribute endpoint_arn.
-
#marker ⇒ ::String
Returns the value of attribute marker.
-
#max_records ⇒ ::Integer
Returns the value of attribute max_records.
Instance Attribute Details
#endpoint_arn ⇒ ::String
Returns the value of attribute endpoint_arn.
1288 1289 1290 |
# File 'sig/types.rbs', line 1288 def endpoint_arn @endpoint_arn end |
#marker ⇒ ::String
Returns the value of attribute marker.
1290 1291 1292 |
# File 'sig/types.rbs', line 1290 def marker @marker end |
#max_records ⇒ ::Integer
Returns the value of attribute max_records.
1289 1290 1291 |
# File 'sig/types.rbs', line 1289 def max_records @max_records end |