Class: Aws::Types::MemberDetail
- Inherits:
-
Object
- Object
- Aws::Types::MemberDetail
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#account_id ⇒ ::String
Returns the value of attribute account_id.
-
#administrator_id ⇒ ::String
Returns the value of attribute administrator_id.
-
#datasource_package_ingest_states ⇒ ::Hash[("DETECTIVE_CORE" | "EKS_AUDIT" | "ASFF_SECURITYHUB_FINDING"), ("STARTED" | "STOPPED" | "DISABLED")]
Returns the value of attribute datasource_package_ingest_states.
-
#disabled_reason ⇒ "VOLUME_TOO_HIGH", "VOLUME_UNKNOWN"
Returns the value of attribute disabled_reason.
-
#email_address ⇒ ::String
Returns the value of attribute email_address.
-
#graph_arn ⇒ ::String
Returns the value of attribute graph_arn.
-
#invitation_type ⇒ "INVITATION", "ORGANIZATION"
Returns the value of attribute invitation_type.
-
#invited_time ⇒ ::Time
Returns the value of attribute invited_time.
-
#master_id ⇒ ::String
Returns the value of attribute master_id.
-
#percent_of_graph_utilization ⇒ ::Float
Returns the value of attribute percent_of_graph_utilization.
-
#percent_of_graph_utilization_updated_time ⇒ ::Time
Returns the value of attribute percent_of_graph_utilization_updated_time.
-
#status ⇒ "INVITED", ...
Returns the value of attribute status.
-
#updated_time ⇒ ::Time
Returns the value of attribute updated_time.
-
#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.
-
#volume_usage_in_bytes ⇒ ::Integer
Returns the value of attribute volume_usage_in_bytes.
-
#volume_usage_updated_time ⇒ ::Time
Returns the value of attribute volume_usage_updated_time.
Instance Attribute Details
#account_id ⇒ ::String
Returns the value of attribute account_id.
346 347 348 |
# File 'sig/types.rbs', line 346 def account_id @account_id end |
#administrator_id ⇒ ::String
Returns the value of attribute administrator_id.
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.
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.
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.
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.
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.
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.
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.
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.
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.
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.
351 352 353 |
# File 'sig/types.rbs', line 351 def status @status end |
#updated_time ⇒ ::Time
Returns the value of attribute updated_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.
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.
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.
356 357 358 |
# File 'sig/types.rbs', line 356 def volume_usage_updated_time @volume_usage_updated_time end |