Class: Aws::Types::MembershipDatasources
- Inherits:
-
Object
- Object
- Aws::Types::MembershipDatasources
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#account_id ⇒ ::String
Returns the value of attribute account_id.
-
#datasource_package_ingest_history ⇒ ::Hash[("DETECTIVE_CORE" | "EKS_AUDIT" | "ASFF_SECURITYHUB_FINDING"), ::Hash[("STARTED" | "STOPPED" | "DISABLED"), Types::TimestampForCollection]]
Returns the value of attribute datasource_package_ingest_history.
-
#graph_arn ⇒ ::String
Returns the value of attribute graph_arn.
Instance Attribute Details
#account_id ⇒ ::String
Returns the value of attribute account_id.
366 367 368 |
# File 'sig/types.rbs', line 366 def account_id @account_id end |
#datasource_package_ingest_history ⇒ ::Hash[("DETECTIVE_CORE" | "EKS_AUDIT" | "ASFF_SECURITYHUB_FINDING"), ::Hash[("STARTED" | "STOPPED" | "DISABLED"), Types::TimestampForCollection]]
Returns the value of attribute datasource_package_ingest_history.
368 369 370 |
# File 'sig/types.rbs', line 368 def datasource_package_ingest_history @datasource_package_ingest_history end |
#graph_arn ⇒ ::String
Returns the value of attribute graph_arn.
367 368 369 |
# File 'sig/types.rbs', line 367 def graph_arn @graph_arn end |