Class: Aws::Types::DescribeCertificatesMessage
- Inherits:
-
Object
- Object
- Aws::Types::DescribeCertificatesMessage
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#certificate_identifier ⇒ ::String
Returns the value of attribute certificate_identifier.
-
#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
#certificate_identifier ⇒ ::String
Returns the value of attribute certificate_identifier.
579 580 581 |
# File 'sig/types.rbs', line 579 def certificate_identifier @certificate_identifier end |
#filters ⇒ ::Array[Types::Filter]
Returns the value of attribute filters.
580 581 582 |
# File 'sig/types.rbs', line 580 def filters @filters end |
#marker ⇒ ::String
Returns the value of attribute marker.
582 583 584 |
# File 'sig/types.rbs', line 582 def marker @marker end |
#max_records ⇒ ::Integer
Returns the value of attribute max_records.
581 582 583 |
# File 'sig/types.rbs', line 581 def max_records @max_records end |