Class: Aws::Types::MembershipSummary

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

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#arn::String

Returns the value of attribute arn.

Returns:

  • (::String)


2417
2418
2419
# File 'sig/types.rbs', line 2417

def arn
  @arn
end

#collaboration_arn::String

Returns the value of attribute collaboration_arn.

Returns:

  • (::String)


2418
2419
2420
# File 'sig/types.rbs', line 2418

def collaboration_arn
  @collaboration_arn
end

#collaboration_creator_account_id::String

Returns the value of attribute collaboration_creator_account_id.

Returns:

  • (::String)


2420
2421
2422
# File 'sig/types.rbs', line 2420

def 
  @collaboration_creator_account_id
end

#collaboration_creator_display_name::String

Returns the value of attribute collaboration_creator_display_name.

Returns:

  • (::String)


2421
2422
2423
# File 'sig/types.rbs', line 2421

def collaboration_creator_display_name
  @collaboration_creator_display_name
end

#collaboration_id::String

Returns the value of attribute collaboration_id.

Returns:

  • (::String)


2419
2420
2421
# File 'sig/types.rbs', line 2419

def collaboration_id
  @collaboration_id
end

#collaboration_name::String

Returns the value of attribute collaboration_name.

Returns:

  • (::String)


2422
2423
2424
# File 'sig/types.rbs', line 2422

def collaboration_name
  @collaboration_name
end

#create_time::Time

Returns the value of attribute create_time.

Returns:

  • (::Time)


2423
2424
2425
# File 'sig/types.rbs', line 2423

def create_time
  @create_time
end

#id::String

Returns the value of attribute id.

Returns:

  • (::String)


2416
2417
2418
# File 'sig/types.rbs', line 2416

def id
  @id
end

#member_abilities::Array[("CAN_QUERY" | "CAN_RECEIVE_RESULTS" | "CAN_RUN_JOB" | "CAN_EXPORT_QUERY_ANALYSIS_LOG")]

Returns the value of attribute member_abilities.

Returns:

  • (::Array[("CAN_QUERY" | "CAN_RECEIVE_RESULTS" | "CAN_RUN_JOB" | "CAN_EXPORT_QUERY_ANALYSIS_LOG")])


2426
2427
2428
# File 'sig/types.rbs', line 2426

def member_abilities
  @member_abilities
end

#ml_member_abilitiesTypes::MLMemberAbilities

Returns the value of attribute ml_member_abilities.



2427
2428
2429
# File 'sig/types.rbs', line 2427

def ml_member_abilities
  @ml_member_abilities
end

#payment_configurationTypes::MembershipPaymentConfiguration

Returns the value of attribute payment_configuration.



2428
2429
2430
# File 'sig/types.rbs', line 2428

def payment_configuration
  @payment_configuration
end

#status"ACTIVE", ...

Returns the value of attribute status.

Returns:

  • ("ACTIVE", "REMOVED", "COLLABORATION_DELETED")


2425
2426
2427
# File 'sig/types.rbs', line 2425

def status
  @status
end

#update_time::Time

Returns the value of attribute update_time.

Returns:

  • (::Time)


2424
2425
2426
# File 'sig/types.rbs', line 2424

def update_time
  @update_time
end