Class: Aws::Lightsail::Types::GetBucketBundlesRequest

Inherits:
Struct
  • Object
show all
Includes:
Structure
Defined in:
lib/aws-sdk-lightsail/types.rb

Overview

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#include_inactiveBoolean

A Boolean value that indicates whether to include inactive (unavailable) bundles in the response of your request.

Returns:

  • (Boolean)


6589
6590
6591
6592
6593
# File 'lib/aws-sdk-lightsail/types.rb', line 6589

class GetBucketBundlesRequest < Struct.new(
  :include_inactive)
  SENSITIVE = []
  include Aws::Structure
end