Class: Aws::Types::UpdateChannelRequest

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

Constant Summary collapse

SENSITIVE =

Returns:

  • ([:name, :metadata])

Instance Attribute Summary collapse

Instance Attribute Details

#channel_arn::String

Returns the value of attribute channel_arn.

Returns:

  • (::String)


959
960
961
# File 'sig/types.rbs', line 959

def channel_arn
  @channel_arn
end

#chime_bearer::String

Returns the value of attribute chime_bearer.

Returns:

  • (::String)


963
964
965
# File 'sig/types.rbs', line 963

def chime_bearer
  @chime_bearer
end

#metadata::String

Returns the value of attribute metadata.

Returns:

  • (::String)


962
963
964
# File 'sig/types.rbs', line 962

def 
  @metadata
end

#mode"UNRESTRICTED", "RESTRICTED"

Returns the value of attribute mode.

Returns:

  • ("UNRESTRICTED", "RESTRICTED")


961
962
963
# File 'sig/types.rbs', line 961

def mode
  @mode
end

#name::String

Returns the value of attribute name.

Returns:

  • (::String)


960
961
962
# File 'sig/types.rbs', line 960

def name
  @name
end