Class: Aws::Types::CreateChannelRequest

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

Constant Summary collapse

SENSITIVE =

Instance Attribute Summary collapse

Instance Attribute Details

#app_instance_arn::String

Returns the value of attribute app_instance_arn.



302
303
304
# File 'sig/types.rbs', line 302

def app_instance_arn
  @app_instance_arn
end

#channel_id::String

Returns the value of attribute channel_id.



310
311
312
# File 'sig/types.rbs', line 310

def channel_id
  @channel_id
end

#chime_bearer::String

Returns the value of attribute chime_bearer.



309
310
311
# File 'sig/types.rbs', line 309

def chime_bearer
  @chime_bearer
end

#client_request_token::String

Returns the value of attribute client_request_token.



307
308
309
# File 'sig/types.rbs', line 307

def client_request_token
  @client_request_token
end

#elastic_channel_configurationTypes::ElasticChannelConfiguration

Returns the value of attribute elastic_channel_configuration.



313
314
315
# File 'sig/types.rbs', line 313

def elastic_channel_configuration
  @elastic_channel_configuration
end

#expiration_settingsTypes::ExpirationSettings

Returns the value of attribute expiration_settings.



314
315
316
# File 'sig/types.rbs', line 314

def expiration_settings
  @expiration_settings
end

#member_arns::Array[::String]

Returns the value of attribute member_arns.



311
312
313
# File 'sig/types.rbs', line 311

def member_arns
  @member_arns
end

#metadata::String

Returns the value of attribute metadata.



306
307
308
# File 'sig/types.rbs', line 306

def 
  
end

#mode"UNRESTRICTED", "RESTRICTED"

Returns the value of attribute mode.



304
305
306
# File 'sig/types.rbs', line 304

def mode
  @mode
end

#moderator_arns::Array[::String]

Returns the value of attribute moderator_arns.



312
313
314
# File 'sig/types.rbs', line 312

def moderator_arns
  @moderator_arns
end

#name::String

Returns the value of attribute name.



303
304
305
# File 'sig/types.rbs', line 303

def name
  @name
end

#privacy"PUBLIC", "PRIVATE"

Returns the value of attribute privacy.



305
306
307
# File 'sig/types.rbs', line 305

def privacy
  @privacy
end

#tags::Array[Types::Tag]

Returns the value of attribute tags.



308
309
310
# File 'sig/types.rbs', line 308

def tags
  @tags
end