Class: Aws::Types::AwsKinesisStreamDetails

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

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#arn::String

Returns the value of attribute arn.

Returns:

  • (::String)


3082
3083
3084
# File 'sig/types.rbs', line 3082

def arn
  @arn
end

#name::String

Returns the value of attribute name.

Returns:

  • (::String)


3081
3082
3083
# File 'sig/types.rbs', line 3081

def name
  @name
end

#retention_period_hours::Integer

Returns the value of attribute retention_period_hours.

Returns:

  • (::Integer)


3085
3086
3087
# File 'sig/types.rbs', line 3085

def retention_period_hours
  @retention_period_hours
end

#shard_count::Integer

Returns the value of attribute shard_count.

Returns:

  • (::Integer)


3084
3085
3086
# File 'sig/types.rbs', line 3084

def shard_count
  @shard_count
end

#stream_encryptionTypes::AwsKinesisStreamStreamEncryptionDetails

Returns the value of attribute stream_encryption.



3083
3084
3085
# File 'sig/types.rbs', line 3083

def stream_encryption
  @stream_encryption
end