Class: Aws::Types::ListDistributionTenantsByCustomizationResult
- Inherits:
-
Object
- Object
- Aws::Types::ListDistributionTenantsByCustomizationResult
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#distribution_tenant_list ⇒ ::Array[Types::DistributionTenantSummary]
Returns the value of attribute distribution_tenant_list.
-
#next_marker ⇒ ::String
Returns the value of attribute next_marker.
Instance Attribute Details
#distribution_tenant_list ⇒ ::Array[Types::DistributionTenantSummary]
Returns the value of attribute distribution_tenant_list.
2332 2333 2334 |
# File 'sig/types.rbs', line 2332 def distribution_tenant_list @distribution_tenant_list end |
#next_marker ⇒ ::String
Returns the value of attribute next_marker.
2331 2332 2333 |
# File 'sig/types.rbs', line 2331 def next_marker @next_marker end |