Class: Aws::Types::StreamInfo

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

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#created_at::Time

Returns the value of attribute created_at.

Returns:

  • (::Time)


4654
4655
4656
# File 'sig/types.rbs', line 4654

def created_at
  @created_at
end

#description::String

Returns the value of attribute description.

Returns:

  • (::String)


4652
4653
4654
# File 'sig/types.rbs', line 4652

def description
  @description
end

#files::Array[Types::StreamFile]

Returns the value of attribute files.

Returns:



4653
4654
4655
# File 'sig/types.rbs', line 4653

def files
  @files
end

#last_updated_at::Time

Returns the value of attribute last_updated_at.

Returns:

  • (::Time)


4655
4656
4657
# File 'sig/types.rbs', line 4655

def last_updated_at
  @last_updated_at
end

#role_arn::String

Returns the value of attribute role_arn.

Returns:

  • (::String)


4656
4657
4658
# File 'sig/types.rbs', line 4656

def role_arn
  @role_arn
end

#stream_arn::String

Returns the value of attribute stream_arn.

Returns:

  • (::String)


4650
4651
4652
# File 'sig/types.rbs', line 4650

def stream_arn
  @stream_arn
end

#stream_id::String

Returns the value of attribute stream_id.

Returns:

  • (::String)


4649
4650
4651
# File 'sig/types.rbs', line 4649

def stream_id
  @stream_id
end

#stream_version::Integer

Returns the value of attribute stream_version.

Returns:

  • (::Integer)


4651
4652
4653
# File 'sig/types.rbs', line 4651

def stream_version
  @stream_version
end