Class: Aws::Types::DescribeEventTopicsRequest
- Inherits:
-
Object
- Object
- Aws::Types::DescribeEventTopicsRequest
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#directory_id ⇒ ::String
Returns the value of attribute directory_id.
-
#topic_names ⇒ ::Array[::String]
Returns the value of attribute topic_names.
Instance Attribute Details
#directory_id ⇒ ::String
Returns the value of attribute directory_id.
530 531 532 |
# File 'sig/types.rbs', line 530 def directory_id @directory_id end |
#topic_names ⇒ ::Array[::String]
Returns the value of attribute topic_names.
531 532 533 |
# File 'sig/types.rbs', line 531 def topic_names @topic_names end |