Class: Aws::IoT::Types::CreateStreamResponse

Inherits:
Struct
  • Object
show all
Includes:
Structure
Defined in:
lib/aws-sdk-iot/types.rb

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#descriptionString

A description of the stream.

Returns:

  • (String)


4145
4146
4147
4148
4149
4150
4151
4152
# File 'lib/aws-sdk-iot/types.rb', line 4145

class CreateStreamResponse < Struct.new(
  :stream_id,
  :stream_arn,
  :description,
  :stream_version)
  SENSITIVE = []
  include Aws::Structure
end

#stream_arnString

The stream ARN.

Returns:

  • (String)


4145
4146
4147
4148
4149
4150
4151
4152
# File 'lib/aws-sdk-iot/types.rb', line 4145

class CreateStreamResponse < Struct.new(
  :stream_id,
  :stream_arn,
  :description,
  :stream_version)
  SENSITIVE = []
  include Aws::Structure
end

#stream_idString

The stream ID.

Returns:

  • (String)


4145
4146
4147
4148
4149
4150
4151
4152
# File 'lib/aws-sdk-iot/types.rb', line 4145

class CreateStreamResponse < Struct.new(
  :stream_id,
  :stream_arn,
  :description,
  :stream_version)
  SENSITIVE = []
  include Aws::Structure
end

#stream_versionInteger

The version of the stream.

Returns:

  • (Integer)


4145
4146
4147
4148
4149
4150
4151
4152
# File 'lib/aws-sdk-iot/types.rb', line 4145

class CreateStreamResponse < Struct.new(
  :stream_id,
  :stream_arn,
  :description,
  :stream_version)
  SENSITIVE = []
  include Aws::Structure
end