Class: Aws::Types::EventTopic
- Inherits:
-
Object
- Object
- Aws::Types::EventTopic
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#created_date_time ⇒ ::Time
Returns the value of attribute created_date_time.
-
#directory_id ⇒ ::String
Returns the value of attribute directory_id.
-
#status ⇒ "Registered", ...
Returns the value of attribute status.
-
#topic_arn ⇒ ::String
Returns the value of attribute topic_arn.
-
#topic_name ⇒ ::String
Returns the value of attribute topic_name.
Instance Attribute Details
#created_date_time ⇒ ::Time
Returns the value of attribute created_date_time.
932 933 934 |
# File 'sig/types.rbs', line 932 def created_date_time @created_date_time end |
#directory_id ⇒ ::String
Returns the value of attribute directory_id.
929 930 931 |
# File 'sig/types.rbs', line 929 def directory_id @directory_id end |
#status ⇒ "Registered", ...
Returns the value of attribute status.
933 934 935 |
# File 'sig/types.rbs', line 933 def status @status end |
#topic_arn ⇒ ::String
Returns the value of attribute topic_arn.
931 932 933 |
# File 'sig/types.rbs', line 931 def topic_arn @topic_arn end |
#topic_name ⇒ ::String
Returns the value of attribute topic_name.
930 931 932 |
# File 'sig/types.rbs', line 930 def topic_name @topic_name end |