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")


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

def analytics_engine
  @analytics_engine
end

#arn::String

Returns the value of attribute arn.

Returns:

  • (::String)


605
606
607
# File 'sig/types.rbs', line 605

def arn
  @arn
end

#create_time::Time

Returns the value of attribute create_time.

Returns:

  • (::Time)


609
610
611
# File 'sig/types.rbs', line 609

def create_time
  @create_time
end

#creator_account_id::String

Returns the value of attribute creator_account_id.

Returns:

  • (::String)


607
608
609
# File 'sig/types.rbs', line 607

def 
  @creator_account_id
end

#creator_display_name::String

Returns the value of attribute creator_display_name.

Returns:

  • (::String)


608
609
610
# File 'sig/types.rbs', line 608

def creator_display_name
  @creator_display_name
end

#id::String

Returns the value of attribute id.

Returns:

  • (::String)


604
605
606
# File 'sig/types.rbs', line 604

def id
  @id
end

#member_status"INVITED", ...

Returns the value of attribute member_status.

Returns:

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


611
612
613
# File 'sig/types.rbs', line 611

def member_status
  @member_status
end

#membership_arn::String

Returns the value of attribute membership_arn.

Returns:

  • (::String)


613
614
615
# File 'sig/types.rbs', line 613

def membership_arn
  @membership_arn
end

#membership_id::String

Returns the value of attribute membership_id.

Returns:

  • (::String)


612
613
614
# File 'sig/types.rbs', line 612

def membership_id
  @membership_id
end

#name::String

Returns the value of attribute name.

Returns:

  • (::String)


606
607
608
# File 'sig/types.rbs', line 606

def name
  @name
end

#update_time::Time

Returns the value of attribute update_time.

Returns:

  • (::Time)


610
611
612
# File 'sig/types.rbs', line 610

def update_time
  @update_time
end