Class: Aws::Types::ListCertificateDomainValidationsRequest
- Inherits:
-
Object
- Object
- Aws::Types::ListCertificateDomainValidationsRequest
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#certificate_arn ⇒ ::String
Returns the value of attribute certificate_arn.
-
#max_items ⇒ ::Integer
Returns the value of attribute max_items.
-
#next_token ⇒ ::String
Returns the value of attribute next_token.
Instance Attribute Details
#certificate_arn ⇒ ::String
Returns the value of attribute certificate_arn.
750 751 752 |
# File 'sig/types.rbs', line 750 def certificate_arn @certificate_arn end |
#max_items ⇒ ::Integer
Returns the value of attribute max_items.
752 753 754 |
# File 'sig/types.rbs', line 752 def max_items @max_items end |
#next_token ⇒ ::String
Returns the value of attribute next_token.
751 752 753 |
# File 'sig/types.rbs', line 751 def next_token @next_token end |