Class: Aws::Types::EnableApplicationStatusCheckSuppressionRequest

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

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#client_token::String

Returns the value of attribute client_token.

Returns:

  • (::String)


9027
9028
9029
# File 'sig/types.rbs', line 9027

def client_token
  @client_token
end

#dry_runBoolean

Returns the value of attribute dry_run.

Returns:

  • (Boolean)


9028
9029
9030
# File 'sig/types.rbs', line 9028

def dry_run
  @dry_run
end

#duration_seconds::Integer

Returns the value of attribute duration_seconds.

Returns:

  • (::Integer)


9026
9027
9028
# File 'sig/types.rbs', line 9026

def duration_seconds
  @duration_seconds
end

#instance_ids::Array[::String]

Returns the value of attribute instance_ids.

Returns:

  • (::Array[::String])


9025
9026
9027
# File 'sig/types.rbs', line 9025

def instance_ids
  @instance_ids
end