Class: Aws::Types::UpdateDatasourcePackagesRequest
- Inherits:
-
Object
- Object
- Aws::Types::UpdateDatasourcePackagesRequest
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#datasource_packages ⇒ ::Array[("DETECTIVE_CORE" | "EKS_AUDIT" | "ASFF_SECURITYHUB_FINDING")]
Returns the value of attribute datasource_packages.
-
#graph_arn ⇒ ::String
Returns the value of attribute graph_arn.
Instance Attribute Details
#datasource_packages ⇒ ::Array[("DETECTIVE_CORE" | "EKS_AUDIT" | "ASFF_SECURITYHUB_FINDING")]
Returns the value of attribute datasource_packages.
502 503 504 |
# File 'sig/types.rbs', line 502 def datasource_packages @datasource_packages end |
#graph_arn ⇒ ::String
Returns the value of attribute graph_arn.
501 502 503 |
# File 'sig/types.rbs', line 501 def graph_arn @graph_arn end |