Class: Aws::QuickSight::Types::NegativeFormat

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

Overview

A structure that represents a negative format.

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#prefixString

The prefix for a negative format.

Returns:

  • (String)


20718
20719
20720
20721
20722
20723
# File 'lib/aws-sdk-quicksight/types.rb', line 20718

class NegativeFormat < Struct.new(
  :prefix,
  :suffix)
  SENSITIVE = []
  include Aws::Structure
end

#suffixString

The suffix for a negative format.

Returns:

  • (String)


20718
20719
20720
20721
20722
20723
# File 'lib/aws-sdk-quicksight/types.rb', line 20718

class NegativeFormat < Struct.new(
  :prefix,
  :suffix)
  SENSITIVE = []
  include Aws::Structure
end