Class: Aws::AlexaForBusiness::Types::CreateRoomRequest
- Inherits:
-
Struct
- Object
- Struct
- Aws::AlexaForBusiness::Types::CreateRoomRequest
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-alexaforbusiness/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#client_request_token ⇒ String
A unique, user-specified identifier for this request that ensures idempotency.
-
#description ⇒ String
The description for the room.
-
#profile_arn ⇒ String
The profile ARN for the room.
-
#provider_calendar_id ⇒ String
The calendar ARN for the room.
-
#room_name ⇒ String
The name for the room.
-
#tags ⇒ Array<Types::Tag>
The tags for the room.
Instance Attribute Details
#client_request_token ⇒ String
A unique, user-specified identifier for this request that ensures idempotency.
**A suitable default value is auto-generated.** You should normally not need to pass this option.
1215 1216 1217 1218 1219 1220 1221 1222 1223 1224 |
# File 'lib/aws-sdk-alexaforbusiness/types.rb', line 1215 class CreateRoomRequest < Struct.new( :room_name, :description, :profile_arn, :provider_calendar_id, :client_request_token, :tags) SENSITIVE = [] include Aws::Structure end |
#description ⇒ String
The description for the room.
1215 1216 1217 1218 1219 1220 1221 1222 1223 1224 |
# File 'lib/aws-sdk-alexaforbusiness/types.rb', line 1215 class CreateRoomRequest < Struct.new( :room_name, :description, :profile_arn, :provider_calendar_id, :client_request_token, :tags) SENSITIVE = [] include Aws::Structure end |
#profile_arn ⇒ String
The profile ARN for the room. This is required.
1215 1216 1217 1218 1219 1220 1221 1222 1223 1224 |
# File 'lib/aws-sdk-alexaforbusiness/types.rb', line 1215 class CreateRoomRequest < Struct.new( :room_name, :description, :profile_arn, :provider_calendar_id, :client_request_token, :tags) SENSITIVE = [] include Aws::Structure end |
#provider_calendar_id ⇒ String
The calendar ARN for the room.
1215 1216 1217 1218 1219 1220 1221 1222 1223 1224 |
# File 'lib/aws-sdk-alexaforbusiness/types.rb', line 1215 class CreateRoomRequest < Struct.new( :room_name, :description, :profile_arn, :provider_calendar_id, :client_request_token, :tags) SENSITIVE = [] include Aws::Structure end |
#room_name ⇒ String
The name for the room.
1215 1216 1217 1218 1219 1220 1221 1222 1223 1224 |
# File 'lib/aws-sdk-alexaforbusiness/types.rb', line 1215 class CreateRoomRequest < Struct.new( :room_name, :description, :profile_arn, :provider_calendar_id, :client_request_token, :tags) SENSITIVE = [] include Aws::Structure end |
#tags ⇒ Array<Types::Tag>
The tags for the room.
1215 1216 1217 1218 1219 1220 1221 1222 1223 1224 |
# File 'lib/aws-sdk-alexaforbusiness/types.rb', line 1215 class CreateRoomRequest < Struct.new( :room_name, :description, :profile_arn, :provider_calendar_id, :client_request_token, :tags) SENSITIVE = [] include Aws::Structure end |