Class: Aws::Types::StopActivityStreamResponse

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

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#kinesis_stream_name::String

Returns the value of attribute kinesis_stream_name.

Returns:

  • (::String)


4328
4329
4330
# File 'sig/types.rbs', line 4328

def kinesis_stream_name
  @kinesis_stream_name
end

#kms_key_id::String

Returns the value of attribute kms_key_id.

Returns:

  • (::String)


4327
4328
4329
# File 'sig/types.rbs', line 4327

def kms_key_id
  @kms_key_id
end

#status"stopped", ...

Returns the value of attribute status.

Returns:

  • ("stopped", "starting", "started", "stopping")


4329
4330
4331
# File 'sig/types.rbs', line 4329

def status
  @status
end