Class: Aws::Types::DashboardVersionSummary

Inherits:
Object
  • Object
show all
Defined in:
sig/types.rbs

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#arn::String

Returns the value of attribute arn.

Returns:

  • (::String)


2961
2962
2963
# File 'sig/types.rbs', line 2961

def arn
  @arn
end

#created_time::Time

Returns the value of attribute created_time.

Returns:

  • (::Time)


2962
2963
2964
# File 'sig/types.rbs', line 2962

def created_time
  @created_time
end

#description::String

Returns the value of attribute description.

Returns:

  • (::String)


2966
2967
2968
# File 'sig/types.rbs', line 2966

def description
  @description
end

#source_entity_arn::String

Returns the value of attribute source_entity_arn.

Returns:

  • (::String)


2965
2966
2967
# File 'sig/types.rbs', line 2965

def source_entity_arn
  @source_entity_arn
end

#status"CREATION_IN_PROGRESS", ...

Returns the value of attribute status.

Returns:

  • ("CREATION_IN_PROGRESS", "CREATION_SUCCESSFUL", "CREATION_FAILED", "UPDATE_IN_PROGRESS", "UPDATE_SUCCESSFUL", "UPDATE_FAILED", "DELETED")


2964
2965
2966
# File 'sig/types.rbs', line 2964

def status
  @status
end

#version_number::Integer

Returns the value of attribute version_number.

Returns:

  • (::Integer)


2963
2964
2965
# File 'sig/types.rbs', line 2963

def version_number
  @version_number
end