Class: Aws::Types::UpdateDashboardLinksRequest

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)


12475
12476
12477
# File 'sig/types.rbs', line 12475

def 
  @aws_account_id
end

#dashboard_id::String

Returns the value of attribute dashboard_id.

Returns:

  • (::String)


12476
12477
12478
# File 'sig/types.rbs', line 12476

def dashboard_id
  @dashboard_id
end

Returns the value of attribute link_entities.

Returns:

  • (::Array[::String])


12477
12478
12479
# File 'sig/types.rbs', line 12477

def link_entities
  @link_entities
end