Class: Aws::Types::DisableRequest

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

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#account_ids::Array[::String]

Returns the value of attribute account_ids.

Returns:

  • (::Array[::String])


1262
1263
1264
# File 'sig/types.rbs', line 1262

def 
  @account_ids
end

#resource_types::Array[("EC2" | "ECR" | "LAMBDA" | "LAMBDA_CODE" | "CODE_REPOSITORY")]

Returns the value of attribute resource_types.

Returns:

  • (::Array[("EC2" | "ECR" | "LAMBDA" | "LAMBDA_CODE" | "CODE_REPOSITORY")])


1263
1264
1265
# File 'sig/types.rbs', line 1263

def resource_types
  @resource_types
end