Class: Aws::Repostspace::Types::GetChannelInput
- Inherits:
-
Struct
- Object
- Struct
- Aws::Repostspace::Types::GetChannelInput
- Defined in:
- gems/aws-sdk-repostspace/lib/aws-sdk-repostspace/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#channel_id ⇒ String
The unique ID of the private re:Post channel.
-
#space_id ⇒ String
The unique ID of the private re:Post.
Instance Attribute Details
#channel_id ⇒ String
The unique ID of the private re:Post channel.
435 436 437 438 439 440 |
# File 'gems/aws-sdk-repostspace/lib/aws-sdk-repostspace/types.rb', line 435 class GetChannelInput < Struct.new( :space_id, :channel_id) SENSITIVE = [] include Aws::Structure end |
#space_id ⇒ String
The unique ID of the private re:Post.
435 436 437 438 439 440 |
# File 'gems/aws-sdk-repostspace/lib/aws-sdk-repostspace/types.rb', line 435 class GetChannelInput < Struct.new( :space_id, :channel_id) SENSITIVE = [] include Aws::Structure end |