Class: Aws::Types::InstanceStorageConfig
- Inherits:
-
Object
- Object
- Aws::Types::InstanceStorageConfig
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#association_id ⇒ ::String
Returns the value of attribute association_id.
-
#kinesis_firehose_config ⇒ Types::KinesisFirehoseConfig
Returns the value of attribute kinesis_firehose_config.
-
#kinesis_stream_config ⇒ Types::KinesisStreamConfig
Returns the value of attribute kinesis_stream_config.
-
#kinesis_video_stream_config ⇒ Types::KinesisVideoStreamConfig
Returns the value of attribute kinesis_video_stream_config.
-
#s3_config ⇒ Types::S3Config
Returns the value of attribute s3_config.
-
#storage_type ⇒ "S3", ...
Returns the value of attribute storage_type.
Instance Attribute Details
#association_id ⇒ ::String
Returns the value of attribute association_id.
4707 4708 4709 |
# File 'sig/types.rbs', line 4707 def association_id @association_id end |
#kinesis_firehose_config ⇒ Types::KinesisFirehoseConfig
Returns the value of attribute kinesis_firehose_config.
4712 4713 4714 |
# File 'sig/types.rbs', line 4712 def kinesis_firehose_config @kinesis_firehose_config end |
#kinesis_stream_config ⇒ Types::KinesisStreamConfig
Returns the value of attribute kinesis_stream_config.
4711 4712 4713 |
# File 'sig/types.rbs', line 4711 def kinesis_stream_config @kinesis_stream_config end |
#kinesis_video_stream_config ⇒ Types::KinesisVideoStreamConfig
Returns the value of attribute kinesis_video_stream_config.
4710 4711 4712 |
# File 'sig/types.rbs', line 4710 def kinesis_video_stream_config @kinesis_video_stream_config end |
#s3_config ⇒ Types::S3Config
Returns the value of attribute s3_config.
4709 4710 4711 |
# File 'sig/types.rbs', line 4709 def s3_config @s3_config end |
#storage_type ⇒ "S3", ...
Returns the value of attribute storage_type.
4708 4709 4710 |
# File 'sig/types.rbs', line 4708 def storage_type @storage_type end |