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)


2438
2439
2440
# File 'sig/types.rbs', line 2438

def arn
  @arn
end

#collaboration_arn::String

Returns the value of attribute collaboration_arn.

Returns:

  • (::String)


2439
2440
2441
# File 'sig/types.rbs', line 2439

def collaboration_arn
  @collaboration_arn
end

#collaboration_creator_account_id::String

Returns the value of attribute collaboration_creator_account_id.

Returns:

  • (::String)


2441
2442
2443
# File 'sig/types.rbs', line 2441

def 
  @collaboration_creator_account_id
end

#collaboration_creator_display_name::String

Returns the value of attribute collaboration_creator_display_name.

Returns:

  • (::String)


2442
2443
2444
# File 'sig/types.rbs', line 2442

def collaboration_creator_display_name
  @collaboration_creator_display_name
end

#collaboration_id::String

Returns the value of attribute collaboration_id.

Returns:

  • (::String)


2440
2441
2442
# File 'sig/types.rbs', line 2440

def collaboration_id
  @collaboration_id
end

#collaboration_name::String

Returns the value of attribute collaboration_name.

Returns:

  • (::String)


2443
2444
2445
# File 'sig/types.rbs', line 2443

def collaboration_name
  @collaboration_name
end

#create_time::Time

Returns the value of attribute create_time.

Returns:

  • (::Time)


2444
2445
2446
# File 'sig/types.rbs', line 2444

def create_time
  @create_time
end

#id::String

Returns the value of attribute id.

Returns:

  • (::String)


2437
2438
2439
# File 'sig/types.rbs', line 2437

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


2447
2448
2449
# File 'sig/types.rbs', line 2447

def member_abilities
  @member_abilities
end

#ml_member_abilitiesTypes::MLMemberAbilities

Returns the value of attribute ml_member_abilities.



2448
2449
2450
# File 'sig/types.rbs', line 2448

def ml_member_abilities
  @ml_member_abilities
end

#payment_configurationTypes::MembershipPaymentConfiguration

Returns the value of attribute payment_configuration.



2449
2450
2451
# File 'sig/types.rbs', line 2449

def payment_configuration
  @payment_configuration
end

#status"ACTIVE", ...

Returns the value of attribute status.

Returns:

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


2446
2447
2448
# File 'sig/types.rbs', line 2446

def status
  @status
end

#update_time::Time

Returns the value of attribute update_time.

Returns:

  • (::Time)


2445
2446
2447
# File 'sig/types.rbs', line 2445

def update_time
  @update_time
end