Class: Aws::Types::Configuration
- Inherits:
-
Object
- Object
- Aws::Types::Configuration
- Defined in:
- sig/types.rbs
Defined Under Namespace
Classes: DynamodbStream, DynamodbTable, EbsSnapshot, EcrRepository, EfsFileSystem, IamRole, KmsKey, RdsDbClusterSnapshot, RdsDbSnapshot, S3Bucket, S3ExpressDirectoryBucket, SecretsManagerSecret, SnsTopic, SqsQueue, Unknown
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#dynamodb_stream ⇒ Types::DynamodbStreamConfiguration
Returns the value of attribute dynamodb_stream.
-
#dynamodb_table ⇒ Types::DynamodbTableConfiguration
Returns the value of attribute dynamodb_table.
-
#ebs_snapshot ⇒ Types::EbsSnapshotConfiguration
Returns the value of attribute ebs_snapshot.
-
#ecr_repository ⇒ Types::EcrRepositoryConfiguration
Returns the value of attribute ecr_repository.
-
#efs_file_system ⇒ Types::EfsFileSystemConfiguration
Returns the value of attribute efs_file_system.
-
#iam_role ⇒ Types::IamRoleConfiguration
Returns the value of attribute iam_role.
-
#kms_key ⇒ Types::KmsKeyConfiguration
Returns the value of attribute kms_key.
-
#rds_db_cluster_snapshot ⇒ Types::RdsDbClusterSnapshotConfiguration
Returns the value of attribute rds_db_cluster_snapshot.
-
#rds_db_snapshot ⇒ Types::RdsDbSnapshotConfiguration
Returns the value of attribute rds_db_snapshot.
-
#s3_bucket ⇒ Types::S3BucketConfiguration
Returns the value of attribute s3_bucket.
-
#s3_express_directory_bucket ⇒ Types::S3ExpressDirectoryBucketConfiguration
Returns the value of attribute s3_express_directory_bucket.
-
#secrets_manager_secret ⇒ Types::SecretsManagerSecretConfiguration
Returns the value of attribute secrets_manager_secret.
-
#sns_topic ⇒ Types::SnsTopicConfiguration
Returns the value of attribute sns_topic.
-
#sqs_queue ⇒ Types::SqsQueueConfiguration
Returns the value of attribute sqs_queue.
-
#unknown ⇒ Object
Returns the value of attribute unknown.
Instance Attribute Details
#dynamodb_stream ⇒ Types::DynamodbStreamConfiguration
Returns the value of attribute dynamodb_stream.
234 235 236 |
# File 'sig/types.rbs', line 234 def dynamodb_stream @dynamodb_stream end |
#dynamodb_table ⇒ Types::DynamodbTableConfiguration
Returns the value of attribute dynamodb_table.
235 236 237 |
# File 'sig/types.rbs', line 235 def dynamodb_table @dynamodb_table end |
#ebs_snapshot ⇒ Types::EbsSnapshotConfiguration
Returns the value of attribute ebs_snapshot.
222 223 224 |
# File 'sig/types.rbs', line 222 def ebs_snapshot @ebs_snapshot end |
#ecr_repository ⇒ Types::EcrRepositoryConfiguration
Returns the value of attribute ecr_repository.
223 224 225 |
# File 'sig/types.rbs', line 223 def ecr_repository @ecr_repository end |
#efs_file_system ⇒ Types::EfsFileSystemConfiguration
Returns the value of attribute efs_file_system.
225 226 227 |
# File 'sig/types.rbs', line 225 def efs_file_system @efs_file_system end |
#iam_role ⇒ Types::IamRoleConfiguration
Returns the value of attribute iam_role.
224 225 226 |
# File 'sig/types.rbs', line 224 def iam_role @iam_role end |
#kms_key ⇒ Types::KmsKeyConfiguration
Returns the value of attribute kms_key.
226 227 228 |
# File 'sig/types.rbs', line 226 def kms_key @kms_key end |
#rds_db_cluster_snapshot ⇒ Types::RdsDbClusterSnapshotConfiguration
Returns the value of attribute rds_db_cluster_snapshot.
227 228 229 |
# File 'sig/types.rbs', line 227 def rds_db_cluster_snapshot @rds_db_cluster_snapshot end |
#rds_db_snapshot ⇒ Types::RdsDbSnapshotConfiguration
Returns the value of attribute rds_db_snapshot.
228 229 230 |
# File 'sig/types.rbs', line 228 def rds_db_snapshot @rds_db_snapshot end |
#s3_bucket ⇒ Types::S3BucketConfiguration
Returns the value of attribute s3_bucket.
230 231 232 |
# File 'sig/types.rbs', line 230 def s3_bucket @s3_bucket end |
#s3_express_directory_bucket ⇒ Types::S3ExpressDirectoryBucketConfiguration
Returns the value of attribute s3_express_directory_bucket.
233 234 235 |
# File 'sig/types.rbs', line 233 def s3_express_directory_bucket @s3_express_directory_bucket end |
#secrets_manager_secret ⇒ Types::SecretsManagerSecretConfiguration
Returns the value of attribute secrets_manager_secret.
229 230 231 |
# File 'sig/types.rbs', line 229 def secrets_manager_secret @secrets_manager_secret end |
#sns_topic ⇒ Types::SnsTopicConfiguration
Returns the value of attribute sns_topic.
231 232 233 |
# File 'sig/types.rbs', line 231 def sns_topic @sns_topic end |
#sqs_queue ⇒ Types::SqsQueueConfiguration
Returns the value of attribute sqs_queue.
232 233 234 |
# File 'sig/types.rbs', line 232 def sqs_queue @sqs_queue end |
#unknown ⇒ Object
Returns the value of attribute unknown.
236 237 238 |
# File 'sig/types.rbs', line 236 def unknown @unknown end |