Class: Aws::Types::CreateStreamRequest

Inherits:
Object
  • Object
show all
Defined in:
sig/types.rbs

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#description::String

Returns the value of attribute description.

Returns:

  • (::String)


1193
1194
1195
# File 'sig/types.rbs', line 1193

def description
  @description
end

#files::Array[Types::StreamFile]

Returns the value of attribute files.

Returns:



1194
1195
1196
# File 'sig/types.rbs', line 1194

def files
  @files
end

#role_arn::String

Returns the value of attribute role_arn.

Returns:

  • (::String)


1195
1196
1197
# File 'sig/types.rbs', line 1195

def role_arn
  @role_arn
end

#stream_id::String

Returns the value of attribute stream_id.

Returns:

  • (::String)


1192
1193
1194
# File 'sig/types.rbs', line 1192

def stream_id
  @stream_id
end

#tags::Array[Types::Tag]

Returns the value of attribute tags.

Returns:



1196
1197
1198
# File 'sig/types.rbs', line 1196

def tags
  @tags
end