Class: Aws::Types::EnableRequest

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])


1382
1383
1384
# File 'sig/types.rbs', line 1382

def 
  @account_ids
end

#client_token::String

Returns the value of attribute client_token.

Returns:

  • (::String)


1384
1385
1386
# File 'sig/types.rbs', line 1384

def client_token
  @client_token
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")])


1383
1384
1385
# File 'sig/types.rbs', line 1383

def resource_types
  @resource_types
end