Class: Aws::Signer::Types::SigningImageFormat

Inherits:
Struct
  • Object
show all
Defined in:
gems/aws-sdk-signer/lib/aws-sdk-signer/types.rb

Overview

The image format of a AWS Signer platform or profile.

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#default_formatString

The default format of a signing image.

Returns:

  • (String)


1264
1265
1266
1267
1268
1269
# File 'gems/aws-sdk-signer/lib/aws-sdk-signer/types.rb', line 1264

class SigningImageFormat < Struct.new(
  :supported_formats,
  :default_format)
  SENSITIVE = []
  include Aws::Structure
end

#supported_formatsArray<String>

The supported formats of a signing image.

Returns:

  • (Array<String>)


1264
1265
1266
1267
1268
1269
# File 'gems/aws-sdk-signer/lib/aws-sdk-signer/types.rb', line 1264

class SigningImageFormat < Struct.new(
  :supported_formats,
  :default_format)
  SENSITIVE = []
  include Aws::Structure
end