Class: Aws::Types::EventTopic

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

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#created_date_time::Time

Returns the value of attribute created_date_time.

Returns:

  • (::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.

Returns:

  • (::String)


929
930
931
# File 'sig/types.rbs', line 929

def directory_id
  @directory_id
end

#status"Registered", ...

Returns the value of attribute status.

Returns:

  • ("Registered", "Topic not found", "Failed", "Deleted")


933
934
935
# File 'sig/types.rbs', line 933

def status
  @status
end

#topic_arn::String

Returns the value of attribute topic_arn.

Returns:

  • (::String)


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.

Returns:

  • (::String)


930
931
932
# File 'sig/types.rbs', line 930

def topic_name
  @topic_name
end