Class: Aws::Types::DescribeChannelResponse

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)


490
491
492
# File 'sig/types.rbs', line 490

def channel_arn
  @channel_arn
end

#channel_name::String

Returns the value of attribute channel_name.

Returns:

  • (::String)


491
492
493
# File 'sig/types.rbs', line 491

def channel_name
  @channel_name
end

#cluster_operation_arn::String

Returns the value of attribute cluster_operation_arn.

Returns:

  • (::String)


501
502
503
# File 'sig/types.rbs', line 501

def cluster_operation_arn
  @cluster_operation_arn
end

#creation_time::Time

Returns the value of attribute creation_time.

Returns:

  • (::Time)


497
498
499
# File 'sig/types.rbs', line 497

def creation_time
  @creation_time
end

#destination_type"ICEBERG", "S3"

Returns the value of attribute destination_type.

Returns:

  • ("ICEBERG", "S3")


496
497
498
# File 'sig/types.rbs', line 496

def destination_type
  @destination_type
end

#encryption_configurationTypes::EncryptionConfiguration

Returns the value of attribute encryption_configuration.



492
493
494
# File 'sig/types.rbs', line 492

def encryption_configuration
  @encryption_configuration
end

#iceberg_destination_configurationTypes::IcebergDestinationConfiguration

Returns the value of attribute iceberg_destination_configuration.



493
494
495
# File 'sig/types.rbs', line 493

def iceberg_destination_configuration
  @iceberg_destination_configuration
end

#logging_infoTypes::ChannelLoggingInfo

Returns the value of attribute logging_info.



499
500
501
# File 'sig/types.rbs', line 499

def logging_info
  @logging_info
end

#s3_destination_configurationTypes::S3DestinationConfiguration

Returns the value of attribute s3_destination_configuration.



494
495
496
# File 'sig/types.rbs', line 494

def s3_destination_configuration
  @s3_destination_configuration
end

#state_infoTypes::ChannelStateInfo

Returns the value of attribute state_info.



500
501
502
# File 'sig/types.rbs', line 500

def state_info
  @state_info
end

#status"CREATING", ...

Returns the value of attribute status.

Returns:

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


495
496
497
# File 'sig/types.rbs', line 495

def status
  @status
end

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

Returns the value of attribute tags.

Returns:

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


502
503
504
# File 'sig/types.rbs', line 502

def tags
  @tags
end

#topic_configuration_list::Array[Types::TopicConfiguration]

Returns the value of attribute topic_configuration_list.

Returns:



498
499
500
# File 'sig/types.rbs', line 498

def topic_configuration_list
  @topic_configuration_list
end