Class: Aws::Types::JobMember

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)


1848
1849
1850
# File 'sig/types.rbs', line 1848

def farm_id
  @farm_id
end

#identity_store_id::String

Returns the value of attribute identity_store_id.

Returns:

  • (::String)


1853
1854
1855
# File 'sig/types.rbs', line 1853

def identity_store_id
  @identity_store_id
end

#job_id::String

Returns the value of attribute job_id.

Returns:

  • (::String)


1850
1851
1852
# File 'sig/types.rbs', line 1850

def job_id
  @job_id
end

#membership_level"VIEWER", ...

Returns the value of attribute membership_level.

Returns:

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


1854
1855
1856
# File 'sig/types.rbs', line 1854

def membership_level
  @membership_level
end

#principal_id::String

Returns the value of attribute principal_id.

Returns:

  • (::String)


1851
1852
1853
# File 'sig/types.rbs', line 1851

def principal_id
  @principal_id
end

#principal_type"USER", "GROUP"

Returns the value of attribute principal_type.

Returns:

  • ("USER", "GROUP")


1852
1853
1854
# File 'sig/types.rbs', line 1852

def principal_type
  @principal_type
end

#queue_id::String

Returns the value of attribute queue_id.

Returns:

  • (::String)


1849
1850
1851
# File 'sig/types.rbs', line 1849

def queue_id
  @queue_id
end