Class: Aws::NimbleStudio::Types::DeleteLaunchProfileMemberRequest
- Inherits:
-
Struct
- Object
- Struct
- Aws::NimbleStudio::Types::DeleteLaunchProfileMemberRequest
- Defined in:
- gems/aws-sdk-nimblestudio/lib/aws-sdk-nimblestudio/types.rb
Overview
Note:
When making an API call, you may pass DeleteLaunchProfileMemberRequest data as a hash:
{
client_token: "ClientToken",
launch_profile_id: "String", # required
principal_id: "String", # required
studio_id: "String", # required
}
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#client_token ⇒ String
Unique, case-sensitive identifier that you provide to ensure the idempotency of the request.
-
#launch_profile_id ⇒ String
The Launch Profile ID.
-
#principal_id ⇒ String
The principal ID.
-
#studio_id ⇒ String
The studio ID.
Instance Attribute Details
#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 AWS 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.
773 774 775 776 777 778 779 780 |
# File 'gems/aws-sdk-nimblestudio/lib/aws-sdk-nimblestudio/types.rb', line 773 class DeleteLaunchProfileMemberRequest < Struct.new( :client_token, :launch_profile_id, :principal_id, :studio_id) SENSITIVE = [] include Aws::Structure end |
#launch_profile_id ⇒ String
The Launch Profile ID.
773 774 775 776 777 778 779 780 |
# File 'gems/aws-sdk-nimblestudio/lib/aws-sdk-nimblestudio/types.rb', line 773 class DeleteLaunchProfileMemberRequest < Struct.new( :client_token, :launch_profile_id, :principal_id, :studio_id) SENSITIVE = [] include Aws::Structure end |
#principal_id ⇒ String
The principal ID. This currently supports a Amazon Web Services SSO UserId.
773 774 775 776 777 778 779 780 |
# File 'gems/aws-sdk-nimblestudio/lib/aws-sdk-nimblestudio/types.rb', line 773 class DeleteLaunchProfileMemberRequest < Struct.new( :client_token, :launch_profile_id, :principal_id, :studio_id) SENSITIVE = [] include Aws::Structure end |
#studio_id ⇒ String
The studio ID.
773 774 775 776 777 778 779 780 |
# File 'gems/aws-sdk-nimblestudio/lib/aws-sdk-nimblestudio/types.rb', line 773 class DeleteLaunchProfileMemberRequest < Struct.new( :client_token, :launch_profile_id, :principal_id, :studio_id) SENSITIVE = [] include Aws::Structure end |