Class: Aws::QuickSight::Types::TemplateSummary

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

Overview

The template summary.

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#arnString

A summary of a template.

Returns:

  • (String)


28343
28344
28345
28346
28347
28348
28349
28350
28351
28352
# File 'gems/aws-sdk-quicksight/lib/aws-sdk-quicksight/types.rb', line 28343

class TemplateSummary < Struct.new(
  :arn,
  :template_id,
  :name,
  :latest_version_number,
  :created_time,
  :last_updated_time)
  SENSITIVE = []
  include Aws::Structure
end

#created_timeTime

The last time that this template was created.

Returns:

  • (Time)


28343
28344
28345
28346
28347
28348
28349
28350
28351
28352
# File 'gems/aws-sdk-quicksight/lib/aws-sdk-quicksight/types.rb', line 28343

class TemplateSummary < Struct.new(
  :arn,
  :template_id,
  :name,
  :latest_version_number,
  :created_time,
  :last_updated_time)
  SENSITIVE = []
  include Aws::Structure
end

#last_updated_timeTime

The last time that this template was updated.

Returns:

  • (Time)


28343
28344
28345
28346
28347
28348
28349
28350
28351
28352
# File 'gems/aws-sdk-quicksight/lib/aws-sdk-quicksight/types.rb', line 28343

class TemplateSummary < Struct.new(
  :arn,
  :template_id,
  :name,
  :latest_version_number,
  :created_time,
  :last_updated_time)
  SENSITIVE = []
  include Aws::Structure
end

#latest_version_numberInteger

A structure containing a list of version numbers for the template summary.

Returns:

  • (Integer)


28343
28344
28345
28346
28347
28348
28349
28350
28351
28352
# File 'gems/aws-sdk-quicksight/lib/aws-sdk-quicksight/types.rb', line 28343

class TemplateSummary < Struct.new(
  :arn,
  :template_id,
  :name,
  :latest_version_number,
  :created_time,
  :last_updated_time)
  SENSITIVE = []
  include Aws::Structure
end

#nameString

A display name for the template.

Returns:

  • (String)


28343
28344
28345
28346
28347
28348
28349
28350
28351
28352
# File 'gems/aws-sdk-quicksight/lib/aws-sdk-quicksight/types.rb', line 28343

class TemplateSummary < Struct.new(
  :arn,
  :template_id,
  :name,
  :latest_version_number,
  :created_time,
  :last_updated_time)
  SENSITIVE = []
  include Aws::Structure
end

#template_idString

The ID of the template. This ID is unique per Amazon Web Services Region for each Amazon Web Services account.

Returns:

  • (String)


28343
28344
28345
28346
28347
28348
28349
28350
28351
28352
# File 'gems/aws-sdk-quicksight/lib/aws-sdk-quicksight/types.rb', line 28343

class TemplateSummary < Struct.new(
  :arn,
  :template_id,
  :name,
  :latest_version_number,
  :created_time,
  :last_updated_time)
  SENSITIVE = []
  include Aws::Structure
end