Class: Aws::Types::InstanceStorageConfig

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

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#association_id::String

Returns the value of attribute association_id.

Returns:

  • (::String)


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

def association_id
  @association_id
end

#kinesis_firehose_configTypes::KinesisFirehoseConfig

Returns the value of attribute kinesis_firehose_config.



4660
4661
4662
# File 'sig/types.rbs', line 4660

def kinesis_firehose_config
  @kinesis_firehose_config
end

#kinesis_stream_configTypes::KinesisStreamConfig

Returns the value of attribute kinesis_stream_config.



4659
4660
4661
# File 'sig/types.rbs', line 4659

def kinesis_stream_config
  @kinesis_stream_config
end

#kinesis_video_stream_configTypes::KinesisVideoStreamConfig

Returns the value of attribute kinesis_video_stream_config.



4658
4659
4660
# File 'sig/types.rbs', line 4658

def kinesis_video_stream_config
  @kinesis_video_stream_config
end

#s3_configTypes::S3Config

Returns the value of attribute s3_config.

Returns:



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

def s3_config
  @s3_config
end

#storage_type"S3", ...

Returns the value of attribute storage_type.

Returns:

  • ("S3", "KINESIS_VIDEO_STREAM", "KINESIS_STREAM", "KINESIS_FIREHOSE")


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

def storage_type
  @storage_type
end