Class: Aws::Types::UpdateChannelNamespaceRequest

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)


1345
1346
1347
# File 'sig/types.rbs', line 1345

def api_id
  @api_id
end

#code_handlers::String

Returns the value of attribute code_handlers.

Returns:

  • (::String)


1349
1350
1351
# File 'sig/types.rbs', line 1349

def code_handlers
  @code_handlers
end

#handler_configsTypes::HandlerConfigs

Returns the value of attribute handler_configs.



1350
1351
1352
# File 'sig/types.rbs', line 1350

def handler_configs
  @handler_configs
end

#name::String

Returns the value of attribute name.

Returns:

  • (::String)


1346
1347
1348
# File 'sig/types.rbs', line 1346

def name
  @name
end

#publish_auth_modes::Array[Types::AuthMode]

Returns the value of attribute publish_auth_modes.

Returns:



1348
1349
1350
# File 'sig/types.rbs', line 1348

def publish_auth_modes
  @publish_auth_modes
end

#subscribe_auth_modes::Array[Types::AuthMode]

Returns the value of attribute subscribe_auth_modes.

Returns:



1347
1348
1349
# File 'sig/types.rbs', line 1347

def subscribe_auth_modes
  @subscribe_auth_modes
end