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)


12518
12519
12520
# File 'sig/types.rbs', line 12518

def dashboard_arn
  @dashboard_arn
end

#dashboard_id::String

Returns the value of attribute dashboard_id.

Returns:

  • (::String)


12517
12518
12519
# File 'sig/types.rbs', line 12517

def dashboard_id
  @dashboard_id
end

#request_id::String

Returns the value of attribute request_id.

Returns:

  • (::String)


12520
12521
12522
# File 'sig/types.rbs', line 12520

def request_id
  @request_id
end

#status::Integer

Returns the value of attribute status.

Returns:

  • (::Integer)


12519
12520
12521
# File 'sig/types.rbs', line 12519

def status
  @status
end