Class: Aws::Types::ChannelInfo

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

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#channel_arn::String

Returns the value of attribute channel_arn.

Returns:

  • (::String)


28
29
30
# File 'sig/types.rbs', line 28

def channel_arn
  @channel_arn
end

#channel_name::String

Returns the value of attribute channel_name.

Returns:

  • (::String)


27
28
29
# File 'sig/types.rbs', line 27

def channel_name
  @channel_name
end

#channel_status"CREATING", ...

Returns the value of attribute channel_status.

Returns:

  • ("CREATING", "ACTIVE", "UPDATING", "DELETING")


30
31
32
# File 'sig/types.rbs', line 30

def channel_status
  @channel_status
end

#channel_type"SINGLE_MASTER", "FULL_MESH"

Returns the value of attribute channel_type.

Returns:

  • ("SINGLE_MASTER", "FULL_MESH")


29
30
31
# File 'sig/types.rbs', line 29

def channel_type
  @channel_type
end

#creation_time::Time

Returns the value of attribute creation_time.

Returns:

  • (::Time)


31
32
33
# File 'sig/types.rbs', line 31

def creation_time
  @creation_time
end

#single_master_configurationTypes::SingleMasterConfiguration

Returns the value of attribute single_master_configuration.



32
33
34
# File 'sig/types.rbs', line 32

def single_master_configuration
  @single_master_configuration
end

#version::String

Returns the value of attribute version.

Returns:

  • (::String)


33
34
35
# File 'sig/types.rbs', line 33

def version
  @version
end