Class: Aws::Types::ChannelSummary

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:



77
78
79
# File 'sig/types.rbs', line 77

def channel_arn
  @channel_arn
end

#channel_creation_timestamp::Time

Returns the value of attribute channel_creation_timestamp.

Returns:



81
82
83
# File 'sig/types.rbs', line 81

def channel_creation_timestamp
  @channel_creation_timestamp
end

#channel_destination_type"S3", "S3_TABLES"

Returns the value of attribute channel_destination_type.

Returns:



82
83
84
# File 'sig/types.rbs', line 82

def channel_destination_type
  @channel_destination_type
end

#channel_id::String

Returns the value of attribute channel_id.

Returns:



78
79
80
# File 'sig/types.rbs', line 78

def channel_id
  @channel_id
end

#channel_name::String

Returns the value of attribute channel_name.

Returns:



76
77
78
# File 'sig/types.rbs', line 76

def channel_name
  @channel_name
end

#channel_status"CREATING", ...

Returns the value of attribute channel_status.

Returns:



79
80
81
# File 'sig/types.rbs', line 79

def channel_status
  @channel_status
end

#channel_status_reason::String

Returns the value of attribute channel_status_reason.

Returns:



80
81
82
# File 'sig/types.rbs', line 80

def channel_status_reason
  @channel_status_reason
end

#streams::Array[Types::ChannelStreamIdentifier]

Returns the value of attribute streams.

Returns:



83
84
85
# File 'sig/types.rbs', line 83

def streams
  @streams
end