Class: Aws::Types::DescribeDashboardDefinitionRequest

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

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#alias_name::String

Returns the value of attribute alias_name.

Returns:

  • (::String)


4522
4523
4524
# File 'sig/types.rbs', line 4522

def alias_name
  @alias_name
end

#aws_account_id::String

Returns the value of attribute aws_account_id.

Returns:

  • (::String)


4519
4520
4521
# File 'sig/types.rbs', line 4519

def 
  @aws_account_id
end

#dashboard_id::String

Returns the value of attribute dashboard_id.

Returns:

  • (::String)


4520
4521
4522
# File 'sig/types.rbs', line 4520

def dashboard_id
  @dashboard_id
end

#version_number::Integer

Returns the value of attribute version_number.

Returns:

  • (::Integer)


4521
4522
4523
# File 'sig/types.rbs', line 4521

def version_number
  @version_number
end