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.
7736 7737 7738 7739 7740 7741 7742 7743 7744 7745 |
# File 'lib/aws-sdk-quicksight/types.rb', line 7736 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.
7736 7737 7738 7739 7740 7741 7742 7743 7744 7745 |
# File 'lib/aws-sdk-quicksight/types.rb', line 7736 class DashboardVersionSummary < Struct.new( :arn, :created_time, :version_number, :status, :source_entity_arn, :description) SENSITIVE = [] include Aws::Structure end |
#description ⇒ String
Description.
7736 7737 7738 7739 7740 7741 7742 7743 7744 7745 |
# File 'lib/aws-sdk-quicksight/types.rb', line 7736 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.
7736 7737 7738 7739 7740 7741 7742 7743 7744 7745 |
# File 'lib/aws-sdk-quicksight/types.rb', line 7736 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.
7736 7737 7738 7739 7740 7741 7742 7743 7744 7745 |
# File 'lib/aws-sdk-quicksight/types.rb', line 7736 class DashboardVersionSummary < Struct.new( :arn, :created_time, :version_number, :status, :source_entity_arn, :description) SENSITIVE = [] include Aws::Structure end |
#version_number ⇒ Integer
Version number.
7736 7737 7738 7739 7740 7741 7742 7743 7744 7745 |
# File 'lib/aws-sdk-quicksight/types.rb', line 7736 class DashboardVersionSummary < Struct.new( :arn, :created_time, :version_number, :status, :source_entity_arn, :description) SENSITIVE = [] include Aws::Structure end |