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)


96
97
98
# File 'sig/types.rbs', line 96

def channel_arn
  @channel_arn
end

#channel_name::String

Returns the value of attribute channel_name.

Returns:

  • (::String)


97
98
99
# File 'sig/types.rbs', line 97

def channel_name
  @channel_name
end

#cluster_operation_arn::String

Returns the value of attribute cluster_operation_arn.

Returns:

  • (::String)


101
102
103
# File 'sig/types.rbs', line 101

def cluster_operation_arn
  @cluster_operation_arn
end

#creation_time::Time

Returns the value of attribute creation_time.

Returns:

  • (::Time)


99
100
101
# File 'sig/types.rbs', line 99

def creation_time
  @creation_time
end

#destination_type"ICEBERG", "S3"

Returns the value of attribute destination_type.

Returns:

  • ("ICEBERG", "S3")


100
101
102
# File 'sig/types.rbs', line 100

def destination_type
  @destination_type
end

#status"CREATING", ...

Returns the value of attribute status.

Returns:

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


98
99
100
# File 'sig/types.rbs', line 98

def status
  @status
end