Class: Aws::Types::DescribeCustomDomainAssociationsMessage
- Inherits:
-
Object
- Object
- Aws::Types::DescribeCustomDomainAssociationsMessage
- 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.
-
#marker ⇒ ::String
Returns the value of attribute marker.
-
#max_records ⇒ ::Integer
Returns the value of attribute max_records.
Instance Attribute Details
#custom_domain_certificate_arn ⇒ ::String
Returns the value of attribute custom_domain_certificate_arn.
1072 1073 1074 |
# File 'sig/types.rbs', line 1072 def custom_domain_certificate_arn @custom_domain_certificate_arn end |
#custom_domain_name ⇒ ::String
Returns the value of attribute custom_domain_name.
1071 1072 1073 |
# File 'sig/types.rbs', line 1071 def custom_domain_name @custom_domain_name end |
#marker ⇒ ::String
Returns the value of attribute marker.
1074 1075 1076 |
# File 'sig/types.rbs', line 1074 def marker @marker end |
#max_records ⇒ ::Integer
Returns the value of attribute max_records.
1073 1074 1075 |
# File 'sig/types.rbs', line 1073 def max_records @max_records end |