Class: Aws::Types::ChannelData

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)


81
82
83
# File 'sig/types.rbs', line 81

def channel_description
  @channel_description
end

#channel_id::String

Returns the value of attribute channel_id.

Returns:

  • (::String)


79
80
81
# File 'sig/types.rbs', line 79

def channel_id
  @channel_id
end

#channel_name::String

Returns the value of attribute channel_name.

Returns:

  • (::String)


80
81
82
# File 'sig/types.rbs', line 80

def channel_name
  @channel_name
end

#channel_status"CREATED", ...

Returns the value of attribute channel_status.

Returns:

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


84
85
86
# File 'sig/types.rbs', line 84

def channel_status
  @channel_status
end

#create_date_time::Time

Returns the value of attribute create_date_time.

Returns:

  • (::Time)


82
83
84
# File 'sig/types.rbs', line 82

def create_date_time
  @create_date_time
end

#delete_date_time::Time

Returns the value of attribute delete_date_time.

Returns:

  • (::Time)


83
84
85
# File 'sig/types.rbs', line 83

def delete_date_time
  @delete_date_time
end

#group_count::Integer

Returns the value of attribute group_count.

Returns:

  • (::Integer)


86
87
88
# File 'sig/types.rbs', line 86

def group_count
  @group_count
end

#space_id::String

Returns the value of attribute space_id.

Returns:

  • (::String)


78
79
80
# File 'sig/types.rbs', line 78

def space_id
  @space_id
end

#user_count::Integer

Returns the value of attribute user_count.

Returns:

  • (::Integer)


85
86
87
# File 'sig/types.rbs', line 85

def user_count
  @user_count
end