Class: Aws::Types::DescribeCertificatesMessage
- Inherits:
-
Object
- Object
- Aws::Types::DescribeCertificatesMessage
- 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.
713 714 715 |
# File 'sig/types.rbs', line 713 def filters @filters end |
#marker ⇒ ::String
Returns the value of attribute marker.
715 716 717 |
# File 'sig/types.rbs', line 715 def marker @marker end |
#max_records ⇒ ::Integer
Returns the value of attribute max_records.
714 715 716 |
# File 'sig/types.rbs', line 714 def max_records @max_records end |