Class: Aws::Types::DeleteDashboardResponse

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)


3980
3981
3982
# File 'sig/types.rbs', line 3980

def arn
  @arn
end

#dashboard_id::String

Returns the value of attribute dashboard_id.

Returns:

  • (::String)


3981
3982
3983
# File 'sig/types.rbs', line 3981

def dashboard_id
  @dashboard_id
end

#request_id::String

Returns the value of attribute request_id.

Returns:

  • (::String)


3982
3983
3984
# File 'sig/types.rbs', line 3982

def request_id
  @request_id
end

#status::Integer

Returns the value of attribute status.

Returns:

  • (::Integer)


3979
3980
3981
# File 'sig/types.rbs', line 3979

def status
  @status
end