Class: Aws::Types::TerminateTargetInstancesRequest

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

Constant Summary collapse

SENSITIVE =

Returns:

  • ([:tags])

Instance Attribute Summary collapse

Instance Attribute Details

#account_id ⇒ ::String

Returns the value of attribute account_id.

Returns:

  • (::String)


1982
1983
1984
# File 'sig/types.rbs', line 1982

def 
  @account_id
end

#source_server_i_ds ⇒ ::Array[::String]

Returns the value of attribute source_server_i_ds.

Returns:

  • (::Array[::String])


1980
1981
1982
# File 'sig/types.rbs', line 1980

def source_server_i_ds
  @source_server_i_ds
end

#tags ⇒ ::Hash[::String, ::String]

Returns the value of attribute tags.

Returns:

  • (::Hash[::String, ::String])


1981
1982
1983
# File 'sig/types.rbs', line 1981

def tags
  @tags
end