Class: Aws::Types::CognitoStreams

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

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#role_arn::String

Returns the value of attribute role_arn.

Returns:

  • (::String)


28
29
30
# File 'sig/types.rbs', line 28

def role_arn
  @role_arn
end

#stream_name::String

Returns the value of attribute stream_name.

Returns:

  • (::String)


27
28
29
# File 'sig/types.rbs', line 27

def stream_name
  @stream_name
end

#streaming_status"ENABLED", "DISABLED"

Returns the value of attribute streaming_status.

Returns:

  • ("ENABLED", "DISABLED")


29
30
31
# File 'sig/types.rbs', line 29

def streaming_status
  @streaming_status
end