Class: Aws::Types::AWSResources

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

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#iam_roles::Array[::String]

Returns the value of attribute iam_roles.

Returns:

  • (::Array[::String])


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.

Returns:

  • (::Array[::String])


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.

Returns:

  • (::Array[::String])


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.

Returns:

  • (::Array[::String])


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.

Returns:

  • (::Array[::String])


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.

Returns:



12
13
14
# File 'sig/types.rbs', line 12

def vpcs
  @vpcs
end