Class: Aws::Types::ChannelNamespace

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)


167
168
169
# File 'sig/types.rbs', line 167

def api_id
  @api_id
end

#channel_namespace_arn::String

Returns the value of attribute channel_namespace_arn.

Returns:

  • (::String)


173
174
175
# File 'sig/types.rbs', line 173

def channel_namespace_arn
  @channel_namespace_arn
end

#code_handlers::String

Returns the value of attribute code_handlers.

Returns:

  • (::String)


171
172
173
# File 'sig/types.rbs', line 171

def code_handlers
  @code_handlers
end

#created::Time

Returns the value of attribute created.

Returns:

  • (::Time)


174
175
176
# File 'sig/types.rbs', line 174

def created
  @created
end

#handler_configsTypes::HandlerConfigs

Returns the value of attribute handler_configs.



176
177
178
# File 'sig/types.rbs', line 176

def handler_configs
  @handler_configs
end

#last_modified::Time

Returns the value of attribute last_modified.

Returns:

  • (::Time)


175
176
177
# File 'sig/types.rbs', line 175

def last_modified
  @last_modified
end

#name::String

Returns the value of attribute name.

Returns:

  • (::String)


168
169
170
# File 'sig/types.rbs', line 168

def name
  @name
end

#publish_auth_modes::Array[Types::AuthMode]

Returns the value of attribute publish_auth_modes.

Returns:



170
171
172
# File 'sig/types.rbs', line 170

def publish_auth_modes
  @publish_auth_modes
end

#subscribe_auth_modes::Array[Types::AuthMode]

Returns the value of attribute subscribe_auth_modes.

Returns:



169
170
171
# File 'sig/types.rbs', line 169

def subscribe_auth_modes
  @subscribe_auth_modes
end

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

Returns the value of attribute tags.

Returns:

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


172
173
174
# File 'sig/types.rbs', line 172

def tags
  @tags
end