Class: Aws::Types::DescribeEndpointTypesMessage
- Inherits:
-
Object
- Object
- Aws::Types::DescribeEndpointTypesMessage
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#filters ⇒ ::Array[Types::Filter]
Returns the value of attribute filters.
-
#marker ⇒ ::String
Returns the value of attribute marker.
-
#max_records ⇒ ::Integer
Returns the value of attribute max_records.
Instance Attribute Details
#filters ⇒ ::Array[Types::Filter]
Returns the value of attribute filters.
791 792 793 |
# File 'sig/types.rbs', line 791 def filters @filters end |
#marker ⇒ ::String
Returns the value of attribute marker.
793 794 795 |
# File 'sig/types.rbs', line 793 def marker @marker end |
#max_records ⇒ ::Integer
Returns the value of attribute max_records.
792 793 794 |
# File 'sig/types.rbs', line 792 def max_records @max_records end |