Class: Aws::Types::UpdateDashboardPublishedVersionResponse

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

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#dashboard_arn::String

Returns the value of attribute dashboard_arn.

Returns:

  • (::String)


12094
12095
12096
# File 'sig/types.rbs', line 12094

def dashboard_arn
  @dashboard_arn
end

#dashboard_id::String

Returns the value of attribute dashboard_id.

Returns:

  • (::String)


12093
12094
12095
# File 'sig/types.rbs', line 12093

def dashboard_id
  @dashboard_id
end

#request_id::String

Returns the value of attribute request_id.

Returns:

  • (::String)


12096
12097
12098
# File 'sig/types.rbs', line 12096

def request_id
  @request_id
end

#status::Integer

Returns the value of attribute status.

Returns:

  • (::Integer)


12095
12096
12097
# File 'sig/types.rbs', line 12095

def status
  @status
end