Class: Aws::Types::DeleteProjectInput

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

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#domain_identifier::String

Returns the value of attribute domain_identifier.

Returns:

  • (::String)


2023
2024
2025
# File 'sig/types.rbs', line 2023

def domain_identifier
  @domain_identifier
end

#identifier::String

Returns the value of attribute identifier.

Returns:

  • (::String)


2024
2025
2026
# File 'sig/types.rbs', line 2024

def identifier
  @identifier
end

#skip_deletion_checkBoolean

Returns the value of attribute skip_deletion_check.

Returns:

  • (Boolean)


2025
2026
2027
# File 'sig/types.rbs', line 2025

def skip_deletion_check
  @skip_deletion_check
end