Class: Aws::NimbleStudio::Types::NewLaunchProfileMember

Inherits:
Struct
  • Object
show all
Defined in:
gems/aws-sdk-nimblestudio/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

Instance Attribute Details

#personaString

The persona.

Returns:

  • (String)


2105
2106
2107
2108
2109
2110
# File 'gems/aws-sdk-nimblestudio/lib/aws-sdk-nimblestudio/types.rb', line 2105

class NewLaunchProfileMember < Struct.new(
  :persona,
  :principal_id)
  SENSITIVE = []
  include Aws::Structure
end

#principal_idString

The principal ID.

Returns:

  • (String)


2105
2106
2107
2108
2109
2110
# File 'gems/aws-sdk-nimblestudio/lib/aws-sdk-nimblestudio/types.rb', line 2105

class NewLaunchProfileMember < Struct.new(
  :persona,
  :principal_id)
  SENSITIVE = []
  include Aws::Structure
end