Class: Aws::Types::AWSResources
- Inherits:
-
Object
- Object
- Aws::Types::AWSResources
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#iam_roles ⇒ ::Array[::String]
Returns the value of attribute iam_roles.
-
#lambda_function_arns ⇒ ::Array[::String]
Returns the value of attribute lambda_function_arns.
-
#log_groups ⇒ ::Array[::String]
Returns the value of attribute log_groups.
-
#s3_buckets ⇒ ::Array[::String]
Returns the value of attribute s3_buckets.
-
#secret_arns ⇒ ::Array[::String]
Returns the value of attribute secret_arns.
-
#vpcs ⇒ ::Array[Types::VpcConfig]
Returns the value of attribute vpcs.
Instance Attribute Details
#iam_roles ⇒ ::Array[::String]
Returns the value of attribute iam_roles.
17 18 19 |
# File 'sig/types.rbs', line 17 def iam_roles @iam_roles end |
#lambda_function_arns ⇒ ::Array[::String]
Returns the value of attribute lambda_function_arns.
16 17 18 |
# File 'sig/types.rbs', line 16 def lambda_function_arns @lambda_function_arns end |
#log_groups ⇒ ::Array[::String]
Returns the value of attribute log_groups.
13 14 15 |
# File 'sig/types.rbs', line 13 def log_groups @log_groups end |
#s3_buckets ⇒ ::Array[::String]
Returns the value of attribute s3_buckets.
14 15 16 |
# File 'sig/types.rbs', line 14 def s3_buckets @s3_buckets end |
#secret_arns ⇒ ::Array[::String]
Returns the value of attribute secret_arns.
15 16 17 |
# File 'sig/types.rbs', line 15 def secret_arns @secret_arns end |
#vpcs ⇒ ::Array[Types::VpcConfig]
Returns the value of attribute vpcs.
12 13 14 |
# File 'sig/types.rbs', line 12 def vpcs @vpcs end |