Class: Aws::Types::DescribeDashboardDefinitionResponse

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

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#dashboard_id::String

Returns the value of attribute dashboard_id.

Returns:

  • (::String)


4737
4738
4739
# File 'sig/types.rbs', line 4737

def dashboard_id
  @dashboard_id
end

#dashboard_publish_optionsTypes::DashboardPublishOptions

Returns the value of attribute dashboard_publish_options.



4745
4746
4747
# File 'sig/types.rbs', line 4745

def dashboard_publish_options
  @dashboard_publish_options
end

#definitionTypes::DashboardVersionDefinition

Returns the value of attribute definition.



4742
4743
4744
# File 'sig/types.rbs', line 4742

def definition
  @definition
end

#errors::Array[Types::DashboardError]

Returns the value of attribute errors.

Returns:



4738
4739
4740
# File 'sig/types.rbs', line 4738

def errors
  @errors
end

#name::String

Returns the value of attribute name.

Returns:

  • (::String)


4739
4740
4741
# File 'sig/types.rbs', line 4739

def name
  @name
end

#request_id::String

Returns the value of attribute request_id.

Returns:

  • (::String)


4744
4745
4746
# File 'sig/types.rbs', line 4744

def request_id
  @request_id
end

#resource_status"CREATION_IN_PROGRESS", ...

Returns the value of attribute resource_status.

Returns:

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


4740
4741
4742
# File 'sig/types.rbs', line 4740

def resource_status
  @resource_status
end

#status::Integer

Returns the value of attribute status.

Returns:

  • (::Integer)


4743
4744
4745
# File 'sig/types.rbs', line 4743

def status
  @status
end

#theme_arn::String

Returns the value of attribute theme_arn.

Returns:

  • (::String)


4741
4742
4743
# File 'sig/types.rbs', line 4741

def theme_arn
  @theme_arn
end