Class: Aws::Types::DashboardVersionSummary
- Inherits:
-
Object
- Object
- Aws::Types::DashboardVersionSummary
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#arn ⇒ ::String
Returns the value of attribute arn.
-
#created_time ⇒ ::Time
Returns the value of attribute created_time.
-
#description ⇒ ::String
Returns the value of attribute description.
-
#source_entity_arn ⇒ ::String
Returns the value of attribute source_entity_arn.
-
#status ⇒ "CREATION_IN_PROGRESS", ...
Returns the value of attribute status.
-
#version_number ⇒ ::Integer
Returns the value of attribute version_number.
Instance Attribute Details
#arn ⇒ ::String
Returns the value of attribute arn.
3092 3093 3094 |
# File 'sig/types.rbs', line 3092 def arn @arn end |
#created_time ⇒ ::Time
Returns the value of attribute created_time.
3093 3094 3095 |
# File 'sig/types.rbs', line 3093 def created_time @created_time end |
#description ⇒ ::String
Returns the value of attribute description.
3097 3098 3099 |
# File 'sig/types.rbs', line 3097 def description @description end |
#source_entity_arn ⇒ ::String
Returns the value of attribute source_entity_arn.
3096 3097 3098 |
# File 'sig/types.rbs', line 3096 def source_entity_arn @source_entity_arn end |
#status ⇒ "CREATION_IN_PROGRESS", ...
Returns the value of attribute status.
3095 3096 3097 |
# File 'sig/types.rbs', line 3095 def status @status end |
#version_number ⇒ ::Integer
Returns the value of attribute version_number.
3094 3095 3096 |
# File 'sig/types.rbs', line 3094 def version_number @version_number end |