Class: Aws::Types::FleetMember

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)


1219
1220
1221
# File 'sig/types.rbs', line 1219

def farm_id
  @farm_id
end

#fleet_id::String

Returns the value of attribute fleet_id.

Returns:

  • (::String)


1220
1221
1222
# File 'sig/types.rbs', line 1220

def fleet_id
  @fleet_id
end

#identity_store_id::String

Returns the value of attribute identity_store_id.

Returns:

  • (::String)


1223
1224
1225
# File 'sig/types.rbs', line 1223

def identity_store_id
  @identity_store_id
end

#membership_level"VIEWER", ...

Returns the value of attribute membership_level.

Returns:

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


1224
1225
1226
# File 'sig/types.rbs', line 1224

def membership_level
  @membership_level
end

#principal_id::String

Returns the value of attribute principal_id.

Returns:

  • (::String)


1221
1222
1223
# File 'sig/types.rbs', line 1221

def principal_id
  @principal_id
end

#principal_type"USER", "GROUP"

Returns the value of attribute principal_type.

Returns:

  • ("USER", "GROUP")


1222
1223
1224
# File 'sig/types.rbs', line 1222

def principal_type
  @principal_type
end