Class: Aws::Types::DescribeEventConfigurationsResponse
- Inherits:
-
Object
- Object
- Aws::Types::DescribeEventConfigurationsResponse
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#creation_date ⇒ ::Time
Returns the value of attribute creation_date.
-
#event_configurations ⇒ ::Hash[("THING" | "THING_GROUP" | "THING_TYPE" | "THING_GROUP_MEMBERSHIP" | "THING_GROUP_HIERARCHY" | "THING_TYPE_ASSOCIATION" | "JOB" | "JOB_EXECUTION" | "POLICY" | "CERTIFICATE" | "CA_CERTIFICATE"), Types::Configuration]
Returns the value of attribute event_configurations.
-
#last_modified_date ⇒ ::Time
Returns the value of attribute last_modified_date.
Instance Attribute Details
#creation_date ⇒ ::Time
Returns the value of attribute creation_date.
1806 1807 1808 |
# File 'sig/types.rbs', line 1806 def creation_date @creation_date end |
#event_configurations ⇒ ::Hash[("THING" | "THING_GROUP" | "THING_TYPE" | "THING_GROUP_MEMBERSHIP" | "THING_GROUP_HIERARCHY" | "THING_TYPE_ASSOCIATION" | "JOB" | "JOB_EXECUTION" | "POLICY" | "CERTIFICATE" | "CA_CERTIFICATE"), Types::Configuration]
Returns the value of attribute event_configurations.
1805 1806 1807 |
# File 'sig/types.rbs', line 1805 def event_configurations @event_configurations end |
#last_modified_date ⇒ ::Time
Returns the value of attribute last_modified_date.
1807 1808 1809 |
# File 'sig/types.rbs', line 1807 def last_modified_date @last_modified_date end |