Class: Aws::Types::ListDistributionTenantsRequest
- Inherits:
-
Object
- Object
- Aws::Types::ListDistributionTenantsRequest
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#association_filter ⇒ Types::DistributionTenantAssociationFilter
Returns the value of attribute association_filter.
-
#marker ⇒ ::String
Returns the value of attribute marker.
-
#max_items ⇒ ::Integer
Returns the value of attribute max_items.
Instance Attribute Details
#association_filter ⇒ Types::DistributionTenantAssociationFilter
Returns the value of attribute association_filter.
2337 2338 2339 |
# File 'sig/types.rbs', line 2337 def association_filter @association_filter end |
#marker ⇒ ::String
Returns the value of attribute marker.
2338 2339 2340 |
# File 'sig/types.rbs', line 2338 def marker @marker end |
#max_items ⇒ ::Integer
Returns the value of attribute max_items.
2339 2340 2341 |
# File 'sig/types.rbs', line 2339 def max_items @max_items end |