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)


3830
3831
3832
# File 'sig/types.rbs', line 3830

def arn
  @arn
end

#dashboard_id::String

Returns the value of attribute dashboard_id.

Returns:

  • (::String)


3831
3832
3833
# File 'sig/types.rbs', line 3831

def dashboard_id
  @dashboard_id
end

#request_id::String

Returns the value of attribute request_id.

Returns:

  • (::String)


3832
3833
3834
# File 'sig/types.rbs', line 3832

def request_id
  @request_id
end

#status::Integer

Returns the value of attribute status.

Returns:

  • (::Integer)


3829
3830
3831
# File 'sig/types.rbs', line 3829

def status
  @status
end