Class: Aws::Types::InstancesToExclude

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


441
442
443
# File 'sig/types.rbs', line 441

def 
  @account_ids
end

#instances::Array[::String]

Returns the value of attribute instances.

Returns:

  • (::Array[::String])


440
441
442
# File 'sig/types.rbs', line 440

def instances
  @instances
end

#services::Array[("AWS" | "EC2" | "EKS" | "ELASTICACHE" | "ELB" | "RDS" | "ROUTE53")]

Returns the value of attribute services.

Returns:

  • (::Array[("AWS" | "EC2" | "EKS" | "ELASTICACHE" | "ELB" | "RDS" | "ROUTE53")])


442
443
444
# File 'sig/types.rbs', line 442

def services
  @services
end