Class: Aws::Types::AssociateMemberToFleetRequest

Inherits:
Object
  • Object
show all
Defined in:
sig/types.rbs

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#farm_id::String

Returns the value of attribute farm_id.

Returns:

  • (::String)


117
118
119
# File 'sig/types.rbs', line 117

def farm_id
  @farm_id
end

#fleet_id::String

Returns the value of attribute fleet_id.

Returns:

  • (::String)


118
119
120
# File 'sig/types.rbs', line 118

def fleet_id
  @fleet_id
end

#identity_center_region::String

Returns the value of attribute identity_center_region.

Returns:

  • (::String)


123
124
125
# File 'sig/types.rbs', line 123

def identity_center_region
  @identity_center_region
end

#identity_store_id::String

Returns the value of attribute identity_store_id.

Returns:

  • (::String)


120
121
122
# File 'sig/types.rbs', line 120

def identity_store_id
  @identity_store_id
end

#membership_level"VIEWER", ...

Returns the value of attribute membership_level.

Returns:

  • ("VIEWER", "CONTRIBUTOR", "OWNER", "MANAGER")


121
122
123
# File 'sig/types.rbs', line 121

def membership_level
  @membership_level
end

#principal_id::String

Returns the value of attribute principal_id.

Returns:

  • (::String)


122
123
124
# File 'sig/types.rbs', line 122

def principal_id
  @principal_id
end

#principal_type"USER", "GROUP"

Returns the value of attribute principal_type.

Returns:

  • ("USER", "GROUP")


119
120
121
# File 'sig/types.rbs', line 119

def principal_type
  @principal_type
end