Class: Aws::Types::EventStreamSummary

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

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#destination_summaryTypes::DestinationSummary

Returns the value of attribute destination_summary.



902
903
904
# File 'sig/types.rbs', line 902

def destination_summary
  @destination_summary
end

#domain_name::String

Returns the value of attribute domain_name.

Returns:

  • (::String)


897
898
899
# File 'sig/types.rbs', line 897

def domain_name
  @domain_name
end

#event_stream_arn::String

Returns the value of attribute event_stream_arn.

Returns:

  • (::String)


899
900
901
# File 'sig/types.rbs', line 899

def event_stream_arn
  @event_stream_arn
end

#event_stream_name::String

Returns the value of attribute event_stream_name.

Returns:

  • (::String)


898
899
900
# File 'sig/types.rbs', line 898

def event_stream_name
  @event_stream_name
end

#state"RUNNING", "STOPPED"

Returns the value of attribute state.

Returns:

  • ("RUNNING", "STOPPED")


900
901
902
# File 'sig/types.rbs', line 900

def state
  @state
end

#stopped_since::Time

Returns the value of attribute stopped_since.

Returns:

  • (::Time)


901
902
903
# File 'sig/types.rbs', line 901

def stopped_since
  @stopped_since
end

#tags::Hash[::String, ::String]

Returns the value of attribute tags.

Returns:

  • (::Hash[::String, ::String])


903
904
905
# File 'sig/types.rbs', line 903

def tags
  @tags
end