Class: Aws::MediaLive::Types::CreatePartnerInputRequest
- Inherits:
-
Struct
- Object
- Struct
- Aws::MediaLive::Types::CreatePartnerInputRequest
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-medialive/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
- #input_id ⇒ String
-
#request_id ⇒ String
**A suitable default value is auto-generated.** You should normally not need to pass this option.
- #tags ⇒ Hash<String,String>
Instance Attribute Details
#input_id ⇒ String
2711 2712 2713 2714 2715 2716 2717 |
# File 'lib/aws-sdk-medialive/types.rb', line 2711 class CreatePartnerInputRequest < Struct.new( :input_id, :request_id, :tags) SENSITIVE = [] include Aws::Structure end |
#request_id ⇒ String
**A suitable default value is auto-generated.** You should normally not need to pass this option.
2711 2712 2713 2714 2715 2716 2717 |
# File 'lib/aws-sdk-medialive/types.rb', line 2711 class CreatePartnerInputRequest < Struct.new( :input_id, :request_id, :tags) SENSITIVE = [] include Aws::Structure end |
#tags ⇒ Hash<String,String>
2711 2712 2713 2714 2715 2716 2717 |
# File 'lib/aws-sdk-medialive/types.rb', line 2711 class CreatePartnerInputRequest < Struct.new( :input_id, :request_id, :tags) SENSITIVE = [] include Aws::Structure end |