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

Inherits:
Struct
  • Object
show all
Defined in:
gems/aws-sdk-lightsail/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)


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

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