Class: Aws::Types::DeploymentTargets

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

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#account_filter_type"NONE", ...

Returns the value of attribute account_filter_type.

Returns:

  • ("NONE", "INTERSECTION", "DIFFERENCE", "UNION")


370
371
372
# File 'sig/types.rbs', line 370

def 
  @account_filter_type
end

#accounts::Array[::String]

Returns the value of attribute accounts.

Returns:

  • (::Array[::String])


367
368
369
# File 'sig/types.rbs', line 367

def accounts
  @accounts
end

#accounts_url::String

Returns the value of attribute accounts_url.

Returns:

  • (::String)


368
369
370
# File 'sig/types.rbs', line 368

def accounts_url
  @accounts_url
end

#organizational_unit_ids::Array[::String]

Returns the value of attribute organizational_unit_ids.

Returns:

  • (::Array[::String])


369
370
371
# File 'sig/types.rbs', line 369

def organizational_unit_ids
  @organizational_unit_ids
end