Class: Aws::Types::UpdateDashboardLinksResponse

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

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#dashboard_arn::String

Returns the value of attribute dashboard_arn.

Returns:

  • (::String)


12484
12485
12486
# File 'sig/types.rbs', line 12484

def dashboard_arn
  @dashboard_arn
end

Returns the value of attribute link_entities.

Returns:

  • (::Array[::String])


12485
12486
12487
# File 'sig/types.rbs', line 12485

def link_entities
  @link_entities
end

#request_id::String

Returns the value of attribute request_id.

Returns:

  • (::String)


12482
12483
12484
# File 'sig/types.rbs', line 12482

def request_id
  @request_id
end

#status::Integer

Returns the value of attribute status.

Returns:

  • (::Integer)


12483
12484
12485
# File 'sig/types.rbs', line 12483

def status
  @status
end