Class: Aws::Types::DeleteDashboardRequest

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

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#aws_account_id::String

Returns the value of attribute aws_account_id.

Returns:

  • (::String)


3972
3973
3974
# File 'sig/types.rbs', line 3972

def 
  @aws_account_id
end

#dashboard_id::String

Returns the value of attribute dashboard_id.

Returns:

  • (::String)


3973
3974
3975
# File 'sig/types.rbs', line 3973

def dashboard_id
  @dashboard_id
end

#version_number::Integer

Returns the value of attribute version_number.

Returns:

  • (::Integer)


3974
3975
3976
# File 'sig/types.rbs', line 3974

def version_number
  @version_number
end