Class: Aws::Types::NeptuneAnalyticsConfiguration
- Inherits:
-
Object
- Object
- Aws::Types::NeptuneAnalyticsConfiguration
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#field_mapping ⇒ Types::NeptuneAnalyticsFieldMapping
Returns the value of attribute field_mapping.
-
#graph_arn ⇒ ::String
Returns the value of attribute graph_arn.
Instance Attribute Details
#field_mapping ⇒ Types::NeptuneAnalyticsFieldMapping
Returns the value of attribute field_mapping.
2072 2073 2074 |
# File 'sig/types.rbs', line 2072 def field_mapping @field_mapping end |
#graph_arn ⇒ ::String
Returns the value of attribute graph_arn.
2071 2072 2073 |
# File 'sig/types.rbs', line 2071 def graph_arn @graph_arn end |