Class: Aws::Types::ListDistributionTenantsByCustomizationRequest
- Inherits:
-
Object
- Object
- Aws::Types::ListDistributionTenantsByCustomizationRequest
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#certificate_arn ⇒ ::String
Returns the value of attribute certificate_arn.
-
#marker ⇒ ::String
Returns the value of attribute marker.
-
#max_items ⇒ ::Integer
Returns the value of attribute max_items.
-
#web_acl_arn ⇒ ::String
Returns the value of attribute web_acl_arn.
Instance Attribute Details
#certificate_arn ⇒ ::String
Returns the value of attribute certificate_arn.
2324 2325 2326 |
# File 'sig/types.rbs', line 2324 def certificate_arn @certificate_arn end |
#marker ⇒ ::String
Returns the value of attribute marker.
2325 2326 2327 |
# File 'sig/types.rbs', line 2325 def marker @marker end |
#max_items ⇒ ::Integer
Returns the value of attribute max_items.
2326 2327 2328 |
# File 'sig/types.rbs', line 2326 def max_items @max_items end |
#web_acl_arn ⇒ ::String
Returns the value of attribute web_acl_arn.
2323 2324 2325 |
# File 'sig/types.rbs', line 2323 def web_acl_arn @web_acl_arn end |