Class: Aws::Types::UpdateDashboardResponse

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)


12539
12540
12541
# File 'sig/types.rbs', line 12539

def arn
  @arn
end

#creation_status"CREATION_IN_PROGRESS", ...

Returns the value of attribute creation_status.

Returns:

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


12542
12543
12544
# File 'sig/types.rbs', line 12542

def creation_status
  @creation_status
end

#dashboard_id::String

Returns the value of attribute dashboard_id.

Returns:

  • (::String)


12541
12542
12543
# File 'sig/types.rbs', line 12541

def dashboard_id
  @dashboard_id
end

#request_id::String

Returns the value of attribute request_id.

Returns:

  • (::String)


12544
12545
12546
# File 'sig/types.rbs', line 12544

def request_id
  @request_id
end

#status::Integer

Returns the value of attribute status.

Returns:

  • (::Integer)


12543
12544
12545
# File 'sig/types.rbs', line 12543

def status
  @status
end

#version_arn::String

Returns the value of attribute version_arn.

Returns:

  • (::String)


12540
12541
12542
# File 'sig/types.rbs', line 12540

def version_arn
  @version_arn
end