Class: Aws::Types::ListCustomDomainAssociationsRequest
- Inherits:
-
Object
- Object
- Aws::Types::ListCustomDomainAssociationsRequest
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#custom_domain_certificate_arn ⇒ ::String
Returns the value of attribute custom_domain_certificate_arn.
-
#custom_domain_name ⇒ ::String
Returns the value of attribute custom_domain_name.
-
#max_results ⇒ ::Integer
Returns the value of attribute max_results.
-
#next_token ⇒ ::String
Returns the value of attribute next_token.
Instance Attribute Details
#custom_domain_certificate_arn ⇒ ::String
Returns the value of attribute custom_domain_certificate_arn.
500 501 502 |
# File 'sig/types.rbs', line 500 def custom_domain_certificate_arn @custom_domain_certificate_arn end |
#custom_domain_name ⇒ ::String
Returns the value of attribute custom_domain_name.
501 502 503 |
# File 'sig/types.rbs', line 501 def custom_domain_name @custom_domain_name end |
#max_results ⇒ ::Integer
Returns the value of attribute max_results.
502 503 504 |
# File 'sig/types.rbs', line 502 def max_results @max_results end |
#next_token ⇒ ::String
Returns the value of attribute next_token.
503 504 505 |
# File 'sig/types.rbs', line 503 def next_token @next_token end |