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)


89
90
91
# File 'sig/types.rbs', line 89

def channel_arn
  @channel_arn
end

#channel_name::String

Returns the value of attribute channel_name.

Returns:

  • (::String)


90
91
92
# File 'sig/types.rbs', line 90

def channel_name
  @channel_name
end

#cluster_operation_arn::String

Returns the value of attribute cluster_operation_arn.

Returns:

  • (::String)


94
95
96
# File 'sig/types.rbs', line 94

def cluster_operation_arn
  @cluster_operation_arn
end

#creation_time::Time

Returns the value of attribute creation_time.

Returns:

  • (::Time)


92
93
94
# File 'sig/types.rbs', line 92

def creation_time
  @creation_time
end

#destination_type"ICEBERG", "S3"

Returns the value of attribute destination_type.

Returns:

  • ("ICEBERG", "S3")


93
94
95
# File 'sig/types.rbs', line 93

def destination_type
  @destination_type
end

#status"CREATING", ...

Returns the value of attribute status.

Returns:

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


91
92
93
# File 'sig/types.rbs', line 91

def status
  @status
end