Class: Aws::Types::GetDistributionsResult

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

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#distributions::Array[Types::LightsailDistribution]

Returns the value of attribute distributions.

Returns:



1658
1659
1660
# File 'sig/types.rbs', line 1658

def distributions
  @distributions
end

#next_page_token::String

Returns the value of attribute next_page_token.

Returns:

  • (::String)


1659
1660
1661
# File 'sig/types.rbs', line 1659

def next_page_token
  @next_page_token
end