Class: Aws::Types::MemberSummary

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

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

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

Returns the value of attribute abilities.

Returns:

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


2336
2337
2338
# File 'sig/types.rbs', line 2336

def abilities
  @abilities
end

#account_id::String

Returns the value of attribute account_id.

Returns:

  • (::String)


2333
2334
2335
# File 'sig/types.rbs', line 2333

def 
  @account_id
end

#create_time::Time

Returns the value of attribute create_time.

Returns:

  • (::Time)


2338
2339
2340
# File 'sig/types.rbs', line 2338

def create_time
  @create_time
end

#display_name::String

Returns the value of attribute display_name.

Returns:

  • (::String)


2335
2336
2337
# File 'sig/types.rbs', line 2335

def display_name
  @display_name
end

#membership_arn::String

Returns the value of attribute membership_arn.

Returns:

  • (::String)


2341
2342
2343
# File 'sig/types.rbs', line 2341

def membership_arn
  @membership_arn
end

#membership_id::String

Returns the value of attribute membership_id.

Returns:

  • (::String)


2340
2341
2342
# File 'sig/types.rbs', line 2340

def membership_id
  @membership_id
end

#ml_abilitiesTypes::MLMemberAbilities

Returns the value of attribute ml_abilities.



2337
2338
2339
# File 'sig/types.rbs', line 2337

def ml_abilities
  @ml_abilities
end

#payment_configurationTypes::PaymentConfiguration

Returns the value of attribute payment_configuration.



2342
2343
2344
# File 'sig/types.rbs', line 2342

def payment_configuration
  @payment_configuration
end

#status"INVITED", ...

Returns the value of attribute status.

Returns:

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


2334
2335
2336
# File 'sig/types.rbs', line 2334

def status
  @status
end

#update_time::Time

Returns the value of attribute update_time.

Returns:

  • (::Time)


2339
2340
2341
# File 'sig/types.rbs', line 2339

def update_time
  @update_time
end