Class: Aws::Types::ListDistributionsByOwnedResourceRequest
- Inherits:
-
Object
- Object
- Aws::Types::ListDistributionsByOwnedResourceRequest
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#marker ⇒ ::String
Returns the value of attribute marker.
-
#max_items ⇒ ::Integer
Returns the value of attribute max_items.
-
#resource_arn ⇒ ::String
Returns the value of attribute resource_arn.
Instance Attribute Details
#marker ⇒ ::String
Returns the value of attribute marker.
2423 2424 2425 |
# File 'sig/types.rbs', line 2423 def marker @marker end |
#max_items ⇒ ::Integer
Returns the value of attribute max_items.
2424 2425 2426 |
# File 'sig/types.rbs', line 2424 def max_items @max_items end |
#resource_arn ⇒ ::String
Returns the value of attribute resource_arn.
2422 2423 2424 |
# File 'sig/types.rbs', line 2422 def resource_arn @resource_arn end |