Class: Aws::Types::StreamKeySummary

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

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#arn::String

Returns the value of attribute arn.

Returns:

  • (::String)


742
743
744
# File 'sig/types.rbs', line 742

def arn
  @arn
end

#channel_arn::String

Returns the value of attribute channel_arn.

Returns:

  • (::String)


743
744
745
# File 'sig/types.rbs', line 743

def channel_arn
  @channel_arn
end

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

Returns the value of attribute tags.

Returns:

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


744
745
746
# File 'sig/types.rbs', line 744

def tags
  @tags
end