Class: Aws::Types::DeleteDomainRequest

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

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#domain_id::String

Returns the value of attribute domain_id.

Returns:

  • (::String)


3336
3337
3338
# File 'sig/types.rbs', line 3336

def domain_id
  @domain_id
end

#retention_policyTypes::RetentionPolicy

Returns the value of attribute retention_policy.



3337
3338
3339
# File 'sig/types.rbs', line 3337

def retention_policy
  @retention_policy
end