Class: Aws::Types::StreamKey

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

Constant Summary collapse

SENSITIVE =

Returns:

  • ([:value])

Instance Attribute Summary collapse

Instance Attribute Details

#arn::String

Returns the value of attribute arn.

Returns:

  • (::String)


734
735
736
# File 'sig/types.rbs', line 734

def arn
  @arn
end

#channel_arn::String

Returns the value of attribute channel_arn.

Returns:

  • (::String)


736
737
738
# File 'sig/types.rbs', line 736

def channel_arn
  @channel_arn
end

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

Returns the value of attribute tags.

Returns:

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


737
738
739
# File 'sig/types.rbs', line 737

def tags
  @tags
end

#value::String

Returns the value of attribute value.

Returns:

  • (::String)


735
736
737
# File 'sig/types.rbs', line 735

def value
  @value
end