Class: Aws::Types::CreateChannelNamespaceRequest

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

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#api_id::String

Returns the value of attribute api_id.

Returns:

  • (::String)


260
261
262
# File 'sig/types.rbs', line 260

def api_id
  @api_id
end

#code_handlers::String

Returns the value of attribute code_handlers.

Returns:

  • (::String)


264
265
266
# File 'sig/types.rbs', line 264

def code_handlers
  @code_handlers
end

#handler_configsTypes::HandlerConfigs

Returns the value of attribute handler_configs.



266
267
268
# File 'sig/types.rbs', line 266

def handler_configs
  @handler_configs
end

#name::String

Returns the value of attribute name.

Returns:

  • (::String)


261
262
263
# File 'sig/types.rbs', line 261

def name
  @name
end

#publish_auth_modes::Array[Types::AuthMode]

Returns the value of attribute publish_auth_modes.

Returns:



263
264
265
# File 'sig/types.rbs', line 263

def publish_auth_modes
  @publish_auth_modes
end

#subscribe_auth_modes::Array[Types::AuthMode]

Returns the value of attribute subscribe_auth_modes.

Returns:



262
263
264
# File 'sig/types.rbs', line 262

def subscribe_auth_modes
  @subscribe_auth_modes
end

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

Returns the value of attribute tags.

Returns:

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


265
266
267
# File 'sig/types.rbs', line 265

def tags
  @tags
end