Class: Aws::Types::DescribeEventTopicsRequest

Inherits:
Object
  • Object
show all
Defined in:
sig/types.rbs

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#directory_id::String

Returns the value of attribute directory_id.

Returns:

  • (::String)


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.

Returns:

  • (::Array[::String])


531
532
533
# File 'sig/types.rbs', line 531

def topic_names
  @topic_names
end