Class: Aws::MediaLive::Types::CreatePartnerInput
- Inherits:
-
Struct
- Object
- Struct
- Aws::MediaLive::Types::CreatePartnerInput
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-medialive/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#request_id ⇒ String
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.
-
#tags ⇒ Hash<String,String>
A collection of key-value pairs.
Instance Attribute Details
#request_id ⇒ String
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.
2647 2648 2649 2650 2651 2652 |
# File 'lib/aws-sdk-medialive/types.rb', line 2647 class CreatePartnerInput < Struct.new( :request_id, :tags) SENSITIVE = [] include Aws::Structure end |
#tags ⇒ Hash<String,String>
A collection of key-value pairs.
2647 2648 2649 2650 2651 2652 |
# File 'lib/aws-sdk-medialive/types.rb', line 2647 class CreatePartnerInput < Struct.new( :request_id, :tags) SENSITIVE = [] include Aws::Structure end |