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


2315
2316
2317
# File 'sig/types.rbs', line 2315

def abilities
  @abilities
end

#account_id::String

Returns the value of attribute account_id.

Returns:

  • (::String)


2312
2313
2314
# File 'sig/types.rbs', line 2312

def 
  @account_id
end

#create_time::Time

Returns the value of attribute create_time.

Returns:

  • (::Time)


2317
2318
2319
# File 'sig/types.rbs', line 2317

def create_time
  @create_time
end

#display_name::String

Returns the value of attribute display_name.

Returns:

  • (::String)


2314
2315
2316
# File 'sig/types.rbs', line 2314

def display_name
  @display_name
end

#membership_arn::String

Returns the value of attribute membership_arn.

Returns:

  • (::String)


2320
2321
2322
# File 'sig/types.rbs', line 2320

def membership_arn
  @membership_arn
end

#membership_id::String

Returns the value of attribute membership_id.

Returns:

  • (::String)


2319
2320
2321
# File 'sig/types.rbs', line 2319

def membership_id
  @membership_id
end

#ml_abilitiesTypes::MLMemberAbilities

Returns the value of attribute ml_abilities.



2316
2317
2318
# File 'sig/types.rbs', line 2316

def ml_abilities
  @ml_abilities
end

#payment_configurationTypes::PaymentConfiguration

Returns the value of attribute payment_configuration.



2321
2322
2323
# File 'sig/types.rbs', line 2321

def payment_configuration
  @payment_configuration
end

#status"INVITED", ...

Returns the value of attribute status.

Returns:

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


2313
2314
2315
# File 'sig/types.rbs', line 2313

def status
  @status
end

#update_time::Time

Returns the value of attribute update_time.

Returns:

  • (::Time)


2318
2319
2320
# File 'sig/types.rbs', line 2318

def update_time
  @update_time
end