Class: Aws::Types::CreateChannelGroupRequest

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

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#channel_group_name::String

Returns the value of attribute channel_group_name.

Returns:

  • (::String)


62
63
64
# File 'sig/types.rbs', line 62

def channel_group_name
  @channel_group_name
end

#client_token::String

Returns the value of attribute client_token.

Returns:

  • (::String)


63
64
65
# File 'sig/types.rbs', line 63

def client_token
  @client_token
end

#description::String

Returns the value of attribute description.

Returns:

  • (::String)


64
65
66
# File 'sig/types.rbs', line 64

def description
  @description
end

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

Returns the value of attribute tags.

Returns:

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


65
66
67
# File 'sig/types.rbs', line 65

def tags
  @tags
end