Class: Aws::Types::ChannelDescription

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)


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

def channel_arn
  @channel_arn
end

#channel_creation_timestamp::Time

Returns the value of attribute channel_creation_timestamp.

Returns:

  • (::Time)


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

def channel_creation_timestamp
  @channel_creation_timestamp
end

#channel_id::String

Returns the value of attribute channel_id.

Returns:

  • (::String)


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

def channel_id
  @channel_id
end

#channel_name::String

Returns the value of attribute channel_name.

Returns:

  • (::String)


25
26
27
# File 'sig/types.rbs', line 25

def channel_name
  @channel_name
end

#channel_status"CREATING", ...

Returns the value of attribute channel_status.

Returns:

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


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

def channel_status
  @channel_status
end

#channel_status_reason::String

Returns the value of attribute channel_status_reason.

Returns:

  • (::String)


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

def channel_status_reason
  @channel_status_reason
end

#encryption_configurationTypes::ChannelEncryptionConfiguration

Returns the value of attribute encryption_configuration.



35
36
37
# File 'sig/types.rbs', line 35

def encryption_configuration
  @encryption_configuration
end

#logging_configurationTypes::ChannelLoggingConfiguration

Returns the value of attribute logging_configuration.



36
37
38
# File 'sig/types.rbs', line 36

def logging_configuration
  @logging_configuration
end

#s3_destination_configurationTypes::S3DestinationDescription

Returns the value of attribute s3_destination_configuration.



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

def s3_destination_configuration
  @s3_destination_configuration
end

#s3_tables_destination_configurationTypes::S3TablesDestinationDescription

Returns the value of attribute s3_tables_destination_configuration.



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

def s3_tables_destination_configuration
  @s3_tables_destination_configuration
end

#service_execution_role_arn::String

Returns the value of attribute service_execution_role_arn.

Returns:

  • (::String)


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

def service_execution_role_arn
  @service_execution_role_arn
end

#stream_configuration_list::Array[Types::ChannelStreamDescription]

Returns the value of attribute stream_configuration_list.

Returns:



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

def stream_configuration_list
  @stream_configuration_list
end