Class: Aws::RTBFabric::Types::DeleteLinkResponse

Inherits:
Struct
  • Object
show all
Defined in:
gems/aws-sdk-rtbfabric/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)


591
592
593
594
595
596
# File 'gems/aws-sdk-rtbfabric/lib/aws-sdk-rtbfabric/types.rb', line 591

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

#statusString

The status of the link.

Returns:

  • (String)


591
592
593
594
595
596
# File 'gems/aws-sdk-rtbfabric/lib/aws-sdk-rtbfabric/types.rb', line 591

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