Class: Aws::RTBFabric::Types::UpdateLinkResponse

Inherits:
Struct
  • Object
show all
Includes:
Structure
Defined in:
lib/aws-sdk-rtbfabric/types.rb

Overview

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

The unique identifier of the link.

Returns:

  • (String)


2810
2811
2812
2813
2814
2815
# File 'lib/aws-sdk-rtbfabric/types.rb', line 2810

class UpdateLinkResponse < Struct.new(
  :link_id,
  :status)
  SENSITIVE = []
  include Aws::Structure
end

#statusString

The status of the request.

Returns:

  • (String)


2810
2811
2812
2813
2814
2815
# File 'lib/aws-sdk-rtbfabric/types.rb', line 2810

class UpdateLinkResponse < Struct.new(
  :link_id,
  :status)
  SENSITIVE = []
  include Aws::Structure
end