Class: Aws::Types::ListDistributionTenantsResult

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:



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.

Returns:

  • (::String)


2344
2345
2346
# File 'sig/types.rbs', line 2344

def next_marker
  @next_marker
end