Class: Aws::NimbleStudio::Types::LaunchProfile
- Inherits:
-
Struct
- Object
- Struct
- Aws::NimbleStudio::Types::LaunchProfile
- Defined in:
- gems/aws-sdk-nimblestudio/lib/aws-sdk-nimblestudio/types.rb
Overview
A launch profile controls your artist workforce’s access to studio components, like compute farms, shared file systems, managed file systems, and license server configurations, as well as instance types and Amazon Machine Images (AMIs).
<p>Studio administrators create launch profiles in the Nimble Studio console. Artists can use their launch profiles to launch an instance from the Nimble Studio portal. Each user’s launch profile defines how they can launch a streaming session. By default, studio admins can use all launch profiles.</p>
Constant Summary collapse
- SENSITIVE =
[:description, :name]
Instance Attribute Summary collapse
-
#arn ⇒ String
The ARN of the resource.
-
#created_at ⇒ Time
The Unix epoch timestamp in seconds for when the resource was created.
-
#created_by ⇒ String
The user ID of the user that created the launch profile.
-
#description ⇒ String
A human-readable description of the launch profile.
-
#ec2_subnet_ids ⇒ Array<String>
Unique identifiers for a collection of EC2 subnets.
-
#launch_profile_id ⇒ String
The launch profile ID.
-
#launch_profile_protocol_versions ⇒ Array<String>
The version number of the protocol that is used by the launch profile.
-
#name ⇒ String
A friendly name for the launch profile.
-
#state ⇒ String
The current state.
-
#status_code ⇒ String
The status code.
-
#status_message ⇒ String
The status message for the launch profile.
-
#stream_configuration ⇒ Types::StreamConfiguration
A configuration for a streaming session.
-
#studio_component_ids ⇒ Array<String>
Unique identifiers for a collection of studio components that can be used with this launch profile.
-
#tags ⇒ Hash<String,String>
A collection of labels, in the form of key:value pairs, that apply to this resource.
-
#updated_at ⇒ Time
The Unix epoch timestamp in seconds for when the resource was updated.
-
#updated_by ⇒ String
The user ID of the user that most recently updated the resource.
-
#validation_results ⇒ Array<Types::ValidationResult>
The list of the latest validation results.
Instance Attribute Details
#arn ⇒ String
The ARN of the resource.
1682 1683 1684 1685 1686 1687 1688 1689 1690 1691 1692 1693 1694 1695 1696 1697 1698 1699 1700 1701 1702 |
# File 'gems/aws-sdk-nimblestudio/lib/aws-sdk-nimblestudio/types.rb', line 1682 class LaunchProfile < Struct.new( :arn, :created_at, :created_by, :description, :ec2_subnet_ids, :launch_profile_id, :launch_profile_protocol_versions, :name, :state, :status_code, :status_message, :stream_configuration, :studio_component_ids, :tags, :updated_at, :updated_by, :validation_results) SENSITIVE = [:description, :name] include Aws::Structure end |
#created_at ⇒ Time
The Unix epoch timestamp in seconds for when the resource was created.
1682 1683 1684 1685 1686 1687 1688 1689 1690 1691 1692 1693 1694 1695 1696 1697 1698 1699 1700 1701 1702 |
# File 'gems/aws-sdk-nimblestudio/lib/aws-sdk-nimblestudio/types.rb', line 1682 class LaunchProfile < Struct.new( :arn, :created_at, :created_by, :description, :ec2_subnet_ids, :launch_profile_id, :launch_profile_protocol_versions, :name, :state, :status_code, :status_message, :stream_configuration, :studio_component_ids, :tags, :updated_at, :updated_by, :validation_results) SENSITIVE = [:description, :name] include Aws::Structure end |
#created_by ⇒ String
The user ID of the user that created the launch profile.
1682 1683 1684 1685 1686 1687 1688 1689 1690 1691 1692 1693 1694 1695 1696 1697 1698 1699 1700 1701 1702 |
# File 'gems/aws-sdk-nimblestudio/lib/aws-sdk-nimblestudio/types.rb', line 1682 class LaunchProfile < Struct.new( :arn, :created_at, :created_by, :description, :ec2_subnet_ids, :launch_profile_id, :launch_profile_protocol_versions, :name, :state, :status_code, :status_message, :stream_configuration, :studio_component_ids, :tags, :updated_at, :updated_by, :validation_results) SENSITIVE = [:description, :name] include Aws::Structure end |
#description ⇒ String
A human-readable description of the launch profile.
1682 1683 1684 1685 1686 1687 1688 1689 1690 1691 1692 1693 1694 1695 1696 1697 1698 1699 1700 1701 1702 |
# File 'gems/aws-sdk-nimblestudio/lib/aws-sdk-nimblestudio/types.rb', line 1682 class LaunchProfile < Struct.new( :arn, :created_at, :created_by, :description, :ec2_subnet_ids, :launch_profile_id, :launch_profile_protocol_versions, :name, :state, :status_code, :status_message, :stream_configuration, :studio_component_ids, :tags, :updated_at, :updated_by, :validation_results) SENSITIVE = [:description, :name] include Aws::Structure end |
#ec2_subnet_ids ⇒ Array<String>
Unique identifiers for a collection of EC2 subnets.
1682 1683 1684 1685 1686 1687 1688 1689 1690 1691 1692 1693 1694 1695 1696 1697 1698 1699 1700 1701 1702 |
# File 'gems/aws-sdk-nimblestudio/lib/aws-sdk-nimblestudio/types.rb', line 1682 class LaunchProfile < Struct.new( :arn, :created_at, :created_by, :description, :ec2_subnet_ids, :launch_profile_id, :launch_profile_protocol_versions, :name, :state, :status_code, :status_message, :stream_configuration, :studio_component_ids, :tags, :updated_at, :updated_by, :validation_results) SENSITIVE = [:description, :name] include Aws::Structure end |
#launch_profile_id ⇒ String
The launch profile ID.
1682 1683 1684 1685 1686 1687 1688 1689 1690 1691 1692 1693 1694 1695 1696 1697 1698 1699 1700 1701 1702 |
# File 'gems/aws-sdk-nimblestudio/lib/aws-sdk-nimblestudio/types.rb', line 1682 class LaunchProfile < Struct.new( :arn, :created_at, :created_by, :description, :ec2_subnet_ids, :launch_profile_id, :launch_profile_protocol_versions, :name, :state, :status_code, :status_message, :stream_configuration, :studio_component_ids, :tags, :updated_at, :updated_by, :validation_results) SENSITIVE = [:description, :name] include Aws::Structure end |
#launch_profile_protocol_versions ⇒ Array<String>
The version number of the protocol that is used by the launch profile. The only valid version is "2021-03-31".
1682 1683 1684 1685 1686 1687 1688 1689 1690 1691 1692 1693 1694 1695 1696 1697 1698 1699 1700 1701 1702 |
# File 'gems/aws-sdk-nimblestudio/lib/aws-sdk-nimblestudio/types.rb', line 1682 class LaunchProfile < Struct.new( :arn, :created_at, :created_by, :description, :ec2_subnet_ids, :launch_profile_id, :launch_profile_protocol_versions, :name, :state, :status_code, :status_message, :stream_configuration, :studio_component_ids, :tags, :updated_at, :updated_by, :validation_results) SENSITIVE = [:description, :name] include Aws::Structure end |
#name ⇒ String
A friendly name for the launch profile.
1682 1683 1684 1685 1686 1687 1688 1689 1690 1691 1692 1693 1694 1695 1696 1697 1698 1699 1700 1701 1702 |
# File 'gems/aws-sdk-nimblestudio/lib/aws-sdk-nimblestudio/types.rb', line 1682 class LaunchProfile < Struct.new( :arn, :created_at, :created_by, :description, :ec2_subnet_ids, :launch_profile_id, :launch_profile_protocol_versions, :name, :state, :status_code, :status_message, :stream_configuration, :studio_component_ids, :tags, :updated_at, :updated_by, :validation_results) SENSITIVE = [:description, :name] include Aws::Structure end |
#state ⇒ String
The current state.
1682 1683 1684 1685 1686 1687 1688 1689 1690 1691 1692 1693 1694 1695 1696 1697 1698 1699 1700 1701 1702 |
# File 'gems/aws-sdk-nimblestudio/lib/aws-sdk-nimblestudio/types.rb', line 1682 class LaunchProfile < Struct.new( :arn, :created_at, :created_by, :description, :ec2_subnet_ids, :launch_profile_id, :launch_profile_protocol_versions, :name, :state, :status_code, :status_message, :stream_configuration, :studio_component_ids, :tags, :updated_at, :updated_by, :validation_results) SENSITIVE = [:description, :name] include Aws::Structure end |
#status_code ⇒ String
The status code.
1682 1683 1684 1685 1686 1687 1688 1689 1690 1691 1692 1693 1694 1695 1696 1697 1698 1699 1700 1701 1702 |
# File 'gems/aws-sdk-nimblestudio/lib/aws-sdk-nimblestudio/types.rb', line 1682 class LaunchProfile < Struct.new( :arn, :created_at, :created_by, :description, :ec2_subnet_ids, :launch_profile_id, :launch_profile_protocol_versions, :name, :state, :status_code, :status_message, :stream_configuration, :studio_component_ids, :tags, :updated_at, :updated_by, :validation_results) SENSITIVE = [:description, :name] include Aws::Structure end |
#status_message ⇒ String
The status message for the launch profile.
1682 1683 1684 1685 1686 1687 1688 1689 1690 1691 1692 1693 1694 1695 1696 1697 1698 1699 1700 1701 1702 |
# File 'gems/aws-sdk-nimblestudio/lib/aws-sdk-nimblestudio/types.rb', line 1682 class LaunchProfile < Struct.new( :arn, :created_at, :created_by, :description, :ec2_subnet_ids, :launch_profile_id, :launch_profile_protocol_versions, :name, :state, :status_code, :status_message, :stream_configuration, :studio_component_ids, :tags, :updated_at, :updated_by, :validation_results) SENSITIVE = [:description, :name] include Aws::Structure end |
#stream_configuration ⇒ Types::StreamConfiguration
A configuration for a streaming session.
1682 1683 1684 1685 1686 1687 1688 1689 1690 1691 1692 1693 1694 1695 1696 1697 1698 1699 1700 1701 1702 |
# File 'gems/aws-sdk-nimblestudio/lib/aws-sdk-nimblestudio/types.rb', line 1682 class LaunchProfile < Struct.new( :arn, :created_at, :created_by, :description, :ec2_subnet_ids, :launch_profile_id, :launch_profile_protocol_versions, :name, :state, :status_code, :status_message, :stream_configuration, :studio_component_ids, :tags, :updated_at, :updated_by, :validation_results) SENSITIVE = [:description, :name] include Aws::Structure end |
#studio_component_ids ⇒ Array<String>
Unique identifiers for a collection of studio components that can be used with this launch profile.
1682 1683 1684 1685 1686 1687 1688 1689 1690 1691 1692 1693 1694 1695 1696 1697 1698 1699 1700 1701 1702 |
# File 'gems/aws-sdk-nimblestudio/lib/aws-sdk-nimblestudio/types.rb', line 1682 class LaunchProfile < Struct.new( :arn, :created_at, :created_by, :description, :ec2_subnet_ids, :launch_profile_id, :launch_profile_protocol_versions, :name, :state, :status_code, :status_message, :stream_configuration, :studio_component_ids, :tags, :updated_at, :updated_by, :validation_results) SENSITIVE = [:description, :name] include Aws::Structure end |
#tags ⇒ Hash<String,String>
A collection of labels, in the form of key:value pairs, that apply to this resource.
1682 1683 1684 1685 1686 1687 1688 1689 1690 1691 1692 1693 1694 1695 1696 1697 1698 1699 1700 1701 1702 |
# File 'gems/aws-sdk-nimblestudio/lib/aws-sdk-nimblestudio/types.rb', line 1682 class LaunchProfile < Struct.new( :arn, :created_at, :created_by, :description, :ec2_subnet_ids, :launch_profile_id, :launch_profile_protocol_versions, :name, :state, :status_code, :status_message, :stream_configuration, :studio_component_ids, :tags, :updated_at, :updated_by, :validation_results) SENSITIVE = [:description, :name] include Aws::Structure end |
#updated_at ⇒ Time
The Unix epoch timestamp in seconds for when the resource was updated.
1682 1683 1684 1685 1686 1687 1688 1689 1690 1691 1692 1693 1694 1695 1696 1697 1698 1699 1700 1701 1702 |
# File 'gems/aws-sdk-nimblestudio/lib/aws-sdk-nimblestudio/types.rb', line 1682 class LaunchProfile < Struct.new( :arn, :created_at, :created_by, :description, :ec2_subnet_ids, :launch_profile_id, :launch_profile_protocol_versions, :name, :state, :status_code, :status_message, :stream_configuration, :studio_component_ids, :tags, :updated_at, :updated_by, :validation_results) SENSITIVE = [:description, :name] include Aws::Structure end |
#updated_by ⇒ String
The user ID of the user that most recently updated the resource.
1682 1683 1684 1685 1686 1687 1688 1689 1690 1691 1692 1693 1694 1695 1696 1697 1698 1699 1700 1701 1702 |
# File 'gems/aws-sdk-nimblestudio/lib/aws-sdk-nimblestudio/types.rb', line 1682 class LaunchProfile < Struct.new( :arn, :created_at, :created_by, :description, :ec2_subnet_ids, :launch_profile_id, :launch_profile_protocol_versions, :name, :state, :status_code, :status_message, :stream_configuration, :studio_component_ids, :tags, :updated_at, :updated_by, :validation_results) SENSITIVE = [:description, :name] include Aws::Structure end |
#validation_results ⇒ Array<Types::ValidationResult>
The list of the latest validation results.
1682 1683 1684 1685 1686 1687 1688 1689 1690 1691 1692 1693 1694 1695 1696 1697 1698 1699 1700 1701 1702 |
# File 'gems/aws-sdk-nimblestudio/lib/aws-sdk-nimblestudio/types.rb', line 1682 class LaunchProfile < Struct.new( :arn, :created_at, :created_by, :description, :ec2_subnet_ids, :launch_profile_id, :launch_profile_protocol_versions, :name, :state, :status_code, :status_message, :stream_configuration, :studio_component_ids, :tags, :updated_at, :updated_by, :validation_results) SENSITIVE = [:description, :name] include Aws::Structure end |