Class: Aws::NimbleStudio::Types::UpdateStudioRequest
- Inherits:
-
Struct
- Object
- Struct
- Aws::NimbleStudio::Types::UpdateStudioRequest
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-nimblestudio/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
[:display_name]
Instance Attribute Summary collapse
-
#admin_role_arn ⇒ String
The IAM role that Studio Admins will assume when logging in to the Nimble Studio portal.
-
#client_token ⇒ String
Unique, case-sensitive identifier that you provide to ensure the idempotency of the request.
-
#display_name ⇒ String
A friendly name for the studio.
-
#studio_id ⇒ String
The studio ID.
-
#user_role_arn ⇒ String
The IAM role that Studio Users will assume when logging in to the Nimble Studio portal.
Instance Attribute Details
#admin_role_arn ⇒ String
The IAM role that Studio Admins will assume when logging in to the Nimble Studio portal.
3933 3934 3935 3936 3937 3938 3939 3940 3941 |
# File 'lib/aws-sdk-nimblestudio/types.rb', line 3933 class UpdateStudioRequest < Struct.new( :admin_role_arn, :client_token, :display_name, :studio_id, :user_role_arn) SENSITIVE = [:display_name] include Aws::Structure end |
#client_token ⇒ String
Unique, case-sensitive identifier that you provide to ensure the idempotency of the request. If you don’t specify a client token, the Amazon Web Services SDK automatically generates a client token and uses it for the request to ensure idempotency.
**A suitable default value is auto-generated.** You should normally not need to pass this option.
3933 3934 3935 3936 3937 3938 3939 3940 3941 |
# File 'lib/aws-sdk-nimblestudio/types.rb', line 3933 class UpdateStudioRequest < Struct.new( :admin_role_arn, :client_token, :display_name, :studio_id, :user_role_arn) SENSITIVE = [:display_name] include Aws::Structure end |
#display_name ⇒ String
A friendly name for the studio.
3933 3934 3935 3936 3937 3938 3939 3940 3941 |
# File 'lib/aws-sdk-nimblestudio/types.rb', line 3933 class UpdateStudioRequest < Struct.new( :admin_role_arn, :client_token, :display_name, :studio_id, :user_role_arn) SENSITIVE = [:display_name] include Aws::Structure end |
#studio_id ⇒ String
The studio ID.
3933 3934 3935 3936 3937 3938 3939 3940 3941 |
# File 'lib/aws-sdk-nimblestudio/types.rb', line 3933 class UpdateStudioRequest < Struct.new( :admin_role_arn, :client_token, :display_name, :studio_id, :user_role_arn) SENSITIVE = [:display_name] include Aws::Structure end |
#user_role_arn ⇒ String
The IAM role that Studio Users will assume when logging in to the Nimble Studio portal.
3933 3934 3935 3936 3937 3938 3939 3940 3941 |
# File 'lib/aws-sdk-nimblestudio/types.rb', line 3933 class UpdateStudioRequest < Struct.new( :admin_role_arn, :client_token, :display_name, :studio_id, :user_role_arn) SENSITIVE = [:display_name] include Aws::Structure end |