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.
1958 1959 1960 |
# File 'sig/types.rbs', line 1958 def certificate_identifier @certificate_identifier end |
#filters ⇒ ::Array[Types::Filter]
Returns the value of attribute filters.
1959 1960 1961 |
# File 'sig/types.rbs', line 1959 def filters @filters end |
#marker ⇒ ::String
Returns the value of attribute marker.
1961 1962 1963 |
# File 'sig/types.rbs', line 1961 def marker @marker end |
#max_records ⇒ ::Integer
Returns the value of attribute max_records.
1960 1961 1962 |
# File 'sig/types.rbs', line 1960 def max_records @max_records end |