Class: Aws::Types::MemberDetail

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

Constant Summary collapse

SENSITIVE =

Returns:

  • ([:email_address])

Instance Attribute Summary collapse

Instance Attribute Details

#account_id::String

Returns the value of attribute account_id.

Returns:

  • (::String)


346
347
348
# File 'sig/types.rbs', line 346

def 
  @account_id
end

#administrator_id::String

Returns the value of attribute administrator_id.

Returns:

  • (::String)


350
351
352
# File 'sig/types.rbs', line 350

def administrator_id
  @administrator_id
end

#datasource_package_ingest_states::Hash[("DETECTIVE_CORE" | "EKS_AUDIT" | "ASFF_SECURITYHUB_FINDING"), ("STARTED" | "STOPPED" | "DISABLED")]

Returns the value of attribute datasource_package_ingest_states.

Returns:

  • (::Hash[("DETECTIVE_CORE" | "EKS_AUDIT" | "ASFF_SECURITYHUB_FINDING"), ("STARTED" | "STOPPED" | "DISABLED")])


361
362
363
# File 'sig/types.rbs', line 361

def datasource_package_ingest_states
  @datasource_package_ingest_states
end

#disabled_reason"VOLUME_TOO_HIGH", "VOLUME_UNKNOWN"

Returns the value of attribute disabled_reason.

Returns:

  • ("VOLUME_TOO_HIGH", "VOLUME_UNKNOWN")


352
353
354
# File 'sig/types.rbs', line 352

def disabled_reason
  @disabled_reason
end

#email_address::String

Returns the value of attribute email_address.

Returns:

  • (::String)


347
348
349
# File 'sig/types.rbs', line 347

def email_address
  @email_address
end

#graph_arn::String

Returns the value of attribute graph_arn.

Returns:

  • (::String)


348
349
350
# File 'sig/types.rbs', line 348

def graph_arn
  @graph_arn
end

#invitation_type"INVITATION", "ORGANIZATION"

Returns the value of attribute invitation_type.

Returns:

  • ("INVITATION", "ORGANIZATION")


359
360
361
# File 'sig/types.rbs', line 359

def invitation_type
  @invitation_type
end

#invited_time::Time

Returns the value of attribute invited_time.

Returns:

  • (::Time)


353
354
355
# File 'sig/types.rbs', line 353

def invited_time
  @invited_time
end

#master_id::String

Returns the value of attribute master_id.

Returns:

  • (::String)


349
350
351
# File 'sig/types.rbs', line 349

def master_id
  @master_id
end

#percent_of_graph_utilization::Float

Returns the value of attribute percent_of_graph_utilization.

Returns:

  • (::Float)


357
358
359
# File 'sig/types.rbs', line 357

def percent_of_graph_utilization
  @percent_of_graph_utilization
end

#percent_of_graph_utilization_updated_time::Time

Returns the value of attribute percent_of_graph_utilization_updated_time.

Returns:

  • (::Time)


358
359
360
# File 'sig/types.rbs', line 358

def percent_of_graph_utilization_updated_time
  @percent_of_graph_utilization_updated_time
end

#status"INVITED", ...

Returns the value of attribute status.

Returns:

  • ("INVITED", "VERIFICATION_IN_PROGRESS", "VERIFICATION_FAILED", "ENABLED", "ACCEPTED_BUT_DISABLED")


351
352
353
# File 'sig/types.rbs', line 351

def status
  @status
end

#updated_time::Time

Returns the value of attribute updated_time.

Returns:

  • (::Time)


354
355
356
# File 'sig/types.rbs', line 354

def updated_time
  @updated_time
end

#volume_usage_by_datasource_package::Hash[("DETECTIVE_CORE" | "EKS_AUDIT" | "ASFF_SECURITYHUB_FINDING"), Types::DatasourcePackageUsageInfo]

Returns the value of attribute volume_usage_by_datasource_package.

Returns:



360
361
362
# File 'sig/types.rbs', line 360

def volume_usage_by_datasource_package
  @volume_usage_by_datasource_package
end

#volume_usage_in_bytes::Integer

Returns the value of attribute volume_usage_in_bytes.

Returns:

  • (::Integer)


355
356
357
# File 'sig/types.rbs', line 355

def volume_usage_in_bytes
  @volume_usage_in_bytes
end

#volume_usage_updated_time::Time

Returns the value of attribute volume_usage_updated_time.

Returns:

  • (::Time)


356
357
358
# File 'sig/types.rbs', line 356

def volume_usage_updated_time
  @volume_usage_updated_time
end