Class: Aws::SupportApp::Types::RegisterSlackWorkspaceForOrganizationResult
- Inherits:
-
Struct
- Object
- Struct
- Aws::SupportApp::Types::RegisterSlackWorkspaceForOrganizationResult
- Defined in:
- gems/aws-sdk-supportapp/lib/aws-sdk-supportapp/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#account_type ⇒ String
Whether the Amazon Web Services account is a management or member account that's part of an organization in Organizations.
-
#team_id ⇒ String
The team ID in Slack.
-
#team_name ⇒ String
The name of the Slack workspace.
Instance Attribute Details
#account_type ⇒ String
Whether the Amazon Web Services account is a management or member account that's part of an organization in Organizations.
343 344 345 346 347 348 349 |
# File 'gems/aws-sdk-supportapp/lib/aws-sdk-supportapp/types.rb', line 343 class RegisterSlackWorkspaceForOrganizationResult < Struct.new( :account_type, :team_id, :team_name) SENSITIVE = [] include Aws::Structure end |
#team_id ⇒ String
The team ID in Slack. This ID uniquely identifies a Slack workspace,
such as T012ABCDEFG
.
343 344 345 346 347 348 349 |
# File 'gems/aws-sdk-supportapp/lib/aws-sdk-supportapp/types.rb', line 343 class RegisterSlackWorkspaceForOrganizationResult < Struct.new( :account_type, :team_id, :team_name) SENSITIVE = [] include Aws::Structure end |
#team_name ⇒ String
The name of the Slack workspace.
343 344 345 346 347 348 349 |
# File 'gems/aws-sdk-supportapp/lib/aws-sdk-supportapp/types.rb', line 343 class RegisterSlackWorkspaceForOrganizationResult < Struct.new( :account_type, :team_id, :team_name) SENSITIVE = [] include Aws::Structure end |