Class: Aws::Types::ListDistributionTenantsByCustomizationResult

Inherits:
Object
  • Object
show all
Defined in:
sig/types.rbs

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#distribution_tenant_list::Array[Types::DistributionTenantSummary]

Returns the value of attribute distribution_tenant_list.

Returns:



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.

Returns:

  • (::String)


2331
2332
2333
# File 'sig/types.rbs', line 2331

def next_marker
  @next_marker
end