Class: Aws::Types::GetChannelOutput

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

Constant Summary collapse

SENSITIVE =

Returns:

  • ([:channel_name, :channel_description])

Instance Attribute Summary collapse

Instance Attribute Details

#channel_description::String

Returns the value of attribute channel_description.

Returns:

  • (::String)


147
148
149
# File 'sig/types.rbs', line 147

def channel_description
  @channel_description
end

#channel_id::String

Returns the value of attribute channel_id.

Returns:

  • (::String)


145
146
147
# File 'sig/types.rbs', line 145

def channel_id
  @channel_id
end

#channel_name::String

Returns the value of attribute channel_name.

Returns:

  • (::String)


146
147
148
# File 'sig/types.rbs', line 146

def channel_name
  @channel_name
end

#channel_roles::Hash[::String, ::Array[("ASKER" | "EXPERT" | "MODERATOR" | "SUPPORTREQUESTOR")]]

Returns the value of attribute channel_roles.

Returns:

  • (::Hash[::String, ::Array[("ASKER" | "EXPERT" | "MODERATOR" | "SUPPORTREQUESTOR")]])


150
151
152
# File 'sig/types.rbs', line 150

def channel_roles
  @channel_roles
end

#channel_status"CREATED", ...

Returns the value of attribute channel_status.

Returns:

  • ("CREATED", "CREATING", "CREATE_FAILED", "DELETED", "DELETING", "DELETE_FAILED")


151
152
153
# File 'sig/types.rbs', line 151

def channel_status
  @channel_status
end

#create_date_time::Time

Returns the value of attribute create_date_time.

Returns:

  • (::Time)


148
149
150
# File 'sig/types.rbs', line 148

def create_date_time
  @create_date_time
end

#delete_date_time::Time

Returns the value of attribute delete_date_time.

Returns:

  • (::Time)


149
150
151
# File 'sig/types.rbs', line 149

def delete_date_time
  @delete_date_time
end

#space_id::String

Returns the value of attribute space_id.

Returns:

  • (::String)


144
145
146
# File 'sig/types.rbs', line 144

def space_id
  @space_id
end