AggregatorSummary¶
-
class
oci.data_integration.models.
AggregatorSummary
(**kwargs)¶ Bases:
object
A summary type containing information about the object’s aggregator including its type, key, name and description.
Methods
__init__
(**kwargs)Initializes a new AggregatorSummary object with values from keyword arguments. Attributes
description
Gets the description of this AggregatorSummary. identifier
Gets the identifier of this AggregatorSummary. key
Gets the key of this AggregatorSummary. name
Gets the name of this AggregatorSummary. type
Gets the type of this AggregatorSummary. -
__init__
(**kwargs)¶ Initializes a new AggregatorSummary object with values from keyword arguments. The following keyword arguments are supported (corresponding to the getters/setters of this class):
Parameters: - type (str) – The value to assign to the type property of this AggregatorSummary.
- key (str) – The value to assign to the key property of this AggregatorSummary.
- name (str) – The value to assign to the name property of this AggregatorSummary.
- identifier (str) – The value to assign to the identifier property of this AggregatorSummary.
- description (str) – The value to assign to the description property of this AggregatorSummary.
-
description
¶ Gets the description of this AggregatorSummary. The description of the aggregator.
Returns: The description of this AggregatorSummary. Return type: str
-
identifier
¶ Gets the identifier of this AggregatorSummary. The identifier of the aggregator.
Returns: The identifier of this AggregatorSummary. Return type: str
-
key
¶ Gets the key of this AggregatorSummary. The key of the aggregator object.
Returns: The key of this AggregatorSummary. Return type: str
-
name
¶ Gets the name of this AggregatorSummary. The name of the aggregator.
Returns: The name of this AggregatorSummary. Return type: str
-
type
¶ Gets the type of this AggregatorSummary. The type of the aggregator.
Returns: The type of this AggregatorSummary. Return type: str
-