Class: Aws::MediaLive::Types::CreatePartnerInput

Inherits:
Struct
  • Object
show all
Defined in:
gems/aws-sdk-medialive/lib/aws-sdk-medialive/types.rb

Overview

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#request_idString

Unique identifier of the request to ensure the request is handled exactly once in case of retries.A suitable default value is auto-generated. You should normally not need to pass this option.

Returns:

  • (String)


2620
2621
2622
2623
2624
2625
# File 'gems/aws-sdk-medialive/lib/aws-sdk-medialive/types.rb', line 2620

class CreatePartnerInput < Struct.new(
  :request_id,
  :tags)
  SENSITIVE = []
  include Aws::Structure
end

#tagsHash<String,String>

A collection of key-value pairs.

Returns:

  • (Hash<String,String>)


2620
2621
2622
2623
2624
2625
# File 'gems/aws-sdk-medialive/lib/aws-sdk-medialive/types.rb', line 2620

class CreatePartnerInput < Struct.new(
  :request_id,
  :tags)
  SENSITIVE = []
  include Aws::Structure
end