Class: Aws::Deadline::Types::FarmMember
- Inherits:
-
Struct
- Object
- Struct
- Aws::Deadline::Types::FarmMember
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-deadline/types.rb
Overview
The member of a farm.
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#farm_id ⇒ String
The farm ID of the farm member.
-
#identity_store_id ⇒ String
The identity store ID of the farm member.
-
#membership_level ⇒ String
The farm member’s membership level.
-
#principal_id ⇒ String
The principal ID of the farm member.
-
#principal_type ⇒ String
The principal type of the farm member.
Instance Attribute Details
#farm_id ⇒ String
The farm ID of the farm member.
2276 2277 2278 2279 2280 2281 2282 2283 2284 |
# File 'lib/aws-sdk-deadline/types.rb', line 2276 class FarmMember < Struct.new( :farm_id, :principal_id, :principal_type, :identity_store_id, :membership_level) SENSITIVE = [] include Aws::Structure end |
#identity_store_id ⇒ String
The identity store ID of the farm member.
2276 2277 2278 2279 2280 2281 2282 2283 2284 |
# File 'lib/aws-sdk-deadline/types.rb', line 2276 class FarmMember < Struct.new( :farm_id, :principal_id, :principal_type, :identity_store_id, :membership_level) SENSITIVE = [] include Aws::Structure end |
#membership_level ⇒ String
The farm member’s membership level.
2276 2277 2278 2279 2280 2281 2282 2283 2284 |
# File 'lib/aws-sdk-deadline/types.rb', line 2276 class FarmMember < Struct.new( :farm_id, :principal_id, :principal_type, :identity_store_id, :membership_level) SENSITIVE = [] include Aws::Structure end |
#principal_id ⇒ String
The principal ID of the farm member.
2276 2277 2278 2279 2280 2281 2282 2283 2284 |
# File 'lib/aws-sdk-deadline/types.rb', line 2276 class FarmMember < Struct.new( :farm_id, :principal_id, :principal_type, :identity_store_id, :membership_level) SENSITIVE = [] include Aws::Structure end |
#principal_type ⇒ String
The principal type of the farm member.
2276 2277 2278 2279 2280 2281 2282 2283 2284 |
# File 'lib/aws-sdk-deadline/types.rb', line 2276 class FarmMember < Struct.new( :farm_id, :principal_id, :principal_type, :identity_store_id, :membership_level) SENSITIVE = [] include Aws::Structure end |