Class: Aws::Types::GetEventStreamResponse

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

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#created_at::Time

Returns the value of attribute created_at.

Returns:

  • (::Time)


1142
1143
1144
# File 'sig/types.rbs', line 1142

def created_at
  @created_at
end

#destination_detailsTypes::EventStreamDestinationDetails

Returns the value of attribute destination_details.



1145
1146
1147
# File 'sig/types.rbs', line 1145

def destination_details
  @destination_details
end

#domain_name::String

Returns the value of attribute domain_name.

Returns:

  • (::String)


1140
1141
1142
# File 'sig/types.rbs', line 1140

def domain_name
  @domain_name
end

#event_stream_arn::String

Returns the value of attribute event_stream_arn.

Returns:

  • (::String)


1141
1142
1143
# File 'sig/types.rbs', line 1141

def event_stream_arn
  @event_stream_arn
end

#state"RUNNING", "STOPPED"

Returns the value of attribute state.

Returns:

  • ("RUNNING", "STOPPED")


1143
1144
1145
# File 'sig/types.rbs', line 1143

def state
  @state
end

#stopped_since::Time

Returns the value of attribute stopped_since.

Returns:

  • (::Time)


1144
1145
1146
# File 'sig/types.rbs', line 1144

def stopped_since
  @stopped_since
end

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

Returns the value of attribute tags.

Returns:

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


1146
1147
1148
# File 'sig/types.rbs', line 1146

def tags
  @tags
end