Class: Aws::Types::CollaborationSummary

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

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#analytics_engine"SPARK", "CLEAN_ROOMS_SQL"

Returns the value of attribute analytics_engine.

Returns:

  • ("SPARK", "CLEAN_ROOMS_SQL")


625
626
627
# File 'sig/types.rbs', line 625

def analytics_engine
  @analytics_engine
end

#arn::String

Returns the value of attribute arn.

Returns:

  • (::String)


616
617
618
# File 'sig/types.rbs', line 616

def arn
  @arn
end

#create_time::Time

Returns the value of attribute create_time.

Returns:

  • (::Time)


620
621
622
# File 'sig/types.rbs', line 620

def create_time
  @create_time
end

#creator_account_id::String

Returns the value of attribute creator_account_id.

Returns:

  • (::String)


618
619
620
# File 'sig/types.rbs', line 618

def 
  @creator_account_id
end

#creator_display_name::String

Returns the value of attribute creator_display_name.

Returns:

  • (::String)


619
620
621
# File 'sig/types.rbs', line 619

def creator_display_name
  @creator_display_name
end

#id::String

Returns the value of attribute id.

Returns:

  • (::String)


615
616
617
# File 'sig/types.rbs', line 615

def id
  @id
end

#member_status"INVITED", ...

Returns the value of attribute member_status.

Returns:

  • ("INVITED", "ACTIVE", "LEFT", "REMOVED")


622
623
624
# File 'sig/types.rbs', line 622

def member_status
  @member_status
end

#membership_arn::String

Returns the value of attribute membership_arn.

Returns:

  • (::String)


624
625
626
# File 'sig/types.rbs', line 624

def membership_arn
  @membership_arn
end

#membership_id::String

Returns the value of attribute membership_id.

Returns:

  • (::String)


623
624
625
# File 'sig/types.rbs', line 623

def membership_id
  @membership_id
end

#name::String

Returns the value of attribute name.

Returns:

  • (::String)


617
618
619
# File 'sig/types.rbs', line 617

def name
  @name
end

#update_time::Time

Returns the value of attribute update_time.

Returns:

  • (::Time)


621
622
623
# File 'sig/types.rbs', line 621

def update_time
  @update_time
end