Class: Aws::NimbleStudio::Types::NewLaunchProfileMember
- Inherits:
-
Struct
- Object
- Struct
- Aws::NimbleStudio::Types::NewLaunchProfileMember
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-nimblestudio/types.rb
Overview
A new member that is added to a launch profile.
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#persona ⇒ String
The persona.
-
#principal_id ⇒ String
The principal ID.
Instance Attribute Details
#persona ⇒ String
The persona.
2105 2106 2107 2108 2109 2110 |
# File 'lib/aws-sdk-nimblestudio/types.rb', line 2105 class NewLaunchProfileMember < Struct.new( :persona, :principal_id) SENSITIVE = [] include Aws::Structure end |
#principal_id ⇒ String
The principal ID.
2105 2106 2107 2108 2109 2110 |
# File 'lib/aws-sdk-nimblestudio/types.rb', line 2105 class NewLaunchProfileMember < Struct.new( :persona, :principal_id) SENSITIVE = [] include Aws::Structure end |