Class: Aws::Types::ListDistributionTenantsResult
- Inherits:
-
Object
- Object
- Aws::Types::ListDistributionTenantsResult
- 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.
2345 2346 2347 |
# File 'sig/types.rbs', line 2345 def distribution_tenant_list @distribution_tenant_list end |
#next_marker ⇒ ::String
Returns the value of attribute next_marker.
2344 2345 2346 |
# File 'sig/types.rbs', line 2344 def next_marker @next_marker end |