Class: Aws::Types::Configuration

Inherits:
Object
  • Object
show all
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

Instance Attribute Details

#dynamodb_streamTypes::DynamodbStreamConfiguration

Returns the value of attribute dynamodb_stream.



234
235
236
# File 'sig/types.rbs', line 234

def dynamodb_stream
  @dynamodb_stream
end

#dynamodb_tableTypes::DynamodbTableConfiguration

Returns the value of attribute dynamodb_table.



235
236
237
# File 'sig/types.rbs', line 235

def dynamodb_table
  @dynamodb_table
end

#ebs_snapshotTypes::EbsSnapshotConfiguration

Returns the value of attribute ebs_snapshot.



222
223
224
# File 'sig/types.rbs', line 222

def ebs_snapshot
  @ebs_snapshot
end

#ecr_repositoryTypes::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_systemTypes::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_roleTypes::IamRoleConfiguration

Returns the value of attribute iam_role.



224
225
226
# File 'sig/types.rbs', line 224

def iam_role
  @iam_role
end

#kms_keyTypes::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_snapshotTypes::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_snapshotTypes::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_bucketTypes::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_bucketTypes::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_secretTypes::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_topicTypes::SnsTopicConfiguration

Returns the value of attribute sns_topic.



231
232
233
# File 'sig/types.rbs', line 231

def sns_topic
  @sns_topic
end

#sqs_queueTypes::SqsQueueConfiguration

Returns the value of attribute sqs_queue.



232
233
234
# File 'sig/types.rbs', line 232

def sqs_queue
  @sqs_queue
end

#unknownObject

Returns the value of attribute unknown.



236
237
238
# File 'sig/types.rbs', line 236

def unknown
  @unknown
end