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)


12060
12061
12062
# File 'sig/types.rbs', line 12060

def dashboard_arn
  @dashboard_arn
end

Returns the value of attribute link_entities.

Returns:

  • (::Array[::String])


12061
12062
12063
# File 'sig/types.rbs', line 12061

def link_entities
  @link_entities
end

#request_id::String

Returns the value of attribute request_id.

Returns:

  • (::String)


12058
12059
12060
# File 'sig/types.rbs', line 12058

def request_id
  @request_id
end

#status::Integer

Returns the value of attribute status.

Returns:

  • (::Integer)


12059
12060
12061
# File 'sig/types.rbs', line 12059

def status
  @status
end