Class: Aws::QuickSight::Types::DashboardVersionSummary
- Inherits:
-
Struct
- Object
- Struct
- Aws::QuickSight::Types::DashboardVersionSummary
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-quicksight/types.rb
Overview
Dashboard version summary.
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#arn ⇒ String
The Amazon Resource Name (ARN) of the resource.
-
#created_time ⇒ Time
The time that this dashboard version was created.
-
#description ⇒ String
Description.
-
#source_entity_arn ⇒ String
Source entity ARN.
-
#status ⇒ String
The HTTP status of the request.
-
#version_number ⇒ Integer
Version number.
Instance Attribute Details
#arn ⇒ String
The Amazon Resource Name (ARN) of the resource.
8372 8373 8374 8375 8376 8377 8378 8379 8380 8381 |
# File 'lib/aws-sdk-quicksight/types.rb', line 8372 class DashboardVersionSummary < Struct.new( :arn, :created_time, :version_number, :status, :source_entity_arn, :description) SENSITIVE = [] include Aws::Structure end |
#created_time ⇒ Time
The time that this dashboard version was created.
8372 8373 8374 8375 8376 8377 8378 8379 8380 8381 |
# File 'lib/aws-sdk-quicksight/types.rb', line 8372 class DashboardVersionSummary < Struct.new( :arn, :created_time, :version_number, :status, :source_entity_arn, :description) SENSITIVE = [] include Aws::Structure end |
#description ⇒ String
Description.
8372 8373 8374 8375 8376 8377 8378 8379 8380 8381 |
# File 'lib/aws-sdk-quicksight/types.rb', line 8372 class DashboardVersionSummary < Struct.new( :arn, :created_time, :version_number, :status, :source_entity_arn, :description) SENSITIVE = [] include Aws::Structure end |
#source_entity_arn ⇒ String
Source entity ARN.
8372 8373 8374 8375 8376 8377 8378 8379 8380 8381 |
# File 'lib/aws-sdk-quicksight/types.rb', line 8372 class DashboardVersionSummary < Struct.new( :arn, :created_time, :version_number, :status, :source_entity_arn, :description) SENSITIVE = [] include Aws::Structure end |
#status ⇒ String
The HTTP status of the request.
8372 8373 8374 8375 8376 8377 8378 8379 8380 8381 |
# File 'lib/aws-sdk-quicksight/types.rb', line 8372 class DashboardVersionSummary < Struct.new( :arn, :created_time, :version_number, :status, :source_entity_arn, :description) SENSITIVE = [] include Aws::Structure end |
#version_number ⇒ Integer
Version number.
8372 8373 8374 8375 8376 8377 8378 8379 8380 8381 |
# File 'lib/aws-sdk-quicksight/types.rb', line 8372 class DashboardVersionSummary < Struct.new( :arn, :created_time, :version_number, :status, :source_entity_arn, :description) SENSITIVE = [] include Aws::Structure end |