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)


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

def channel_arn
  @channel_arn
end

#channel_name::String

Returns the value of attribute channel_name.

Returns:

  • (::String)


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

def channel_name
  @channel_name
end

#cluster_operation_arn::String

Returns the value of attribute cluster_operation_arn.

Returns:

  • (::String)


508
509
510
# File 'sig/types.rbs', line 508

def cluster_operation_arn
  @cluster_operation_arn
end

#creation_time::Time

Returns the value of attribute creation_time.

Returns:

  • (::Time)


504
505
506
# File 'sig/types.rbs', line 504

def creation_time
  @creation_time
end

#destination_type"ICEBERG", "S3"

Returns the value of attribute destination_type.

Returns:

  • ("ICEBERG", "S3")


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

def destination_type
  @destination_type
end

#encryption_configurationTypes::EncryptionConfiguration

Returns the value of attribute encryption_configuration.



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

def encryption_configuration
  @encryption_configuration
end

#iceberg_destination_configurationTypes::IcebergDestinationConfiguration

Returns the value of attribute iceberg_destination_configuration.



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

def iceberg_destination_configuration
  @iceberg_destination_configuration
end

#logging_infoTypes::ChannelLoggingInfo

Returns the value of attribute logging_info.



506
507
508
# File 'sig/types.rbs', line 506

def logging_info
  @logging_info
end

#s3_destination_configurationTypes::S3DestinationConfiguration

Returns the value of attribute s3_destination_configuration.



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

def s3_destination_configuration
  @s3_destination_configuration
end

#state_infoTypes::ChannelStateInfo

Returns the value of attribute state_info.



507
508
509
# File 'sig/types.rbs', line 507

def state_info
  @state_info
end

#status"CREATING", ...

Returns the value of attribute status.

Returns:

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


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

def status
  @status
end

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

Returns the value of attribute tags.

Returns:

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


509
510
511
# File 'sig/types.rbs', line 509

def tags
  @tags
end

#topic_configuration_list::Array[Types::TopicConfiguration]

Returns the value of attribute topic_configuration_list.

Returns:



505
506
507
# File 'sig/types.rbs', line 505

def topic_configuration_list
  @topic_configuration_list
end