Class: Aws::Types::ProtectConfigurationInformation

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

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#account_defaultBoolean

Returns the value of attribute account_default.

Returns:

  • (Boolean)


1388
1389
1390
# File 'sig/types.rbs', line 1388

def 
  @account_default
end

#created_timestamp::Time

Returns the value of attribute created_timestamp.

Returns:

  • (::Time)


1387
1388
1389
# File 'sig/types.rbs', line 1387

def created_timestamp
  @created_timestamp
end

#deletion_protection_enabledBoolean

Returns the value of attribute deletion_protection_enabled.

Returns:

  • (Boolean)


1389
1390
1391
# File 'sig/types.rbs', line 1389

def deletion_protection_enabled
  @deletion_protection_enabled
end

#protect_configuration_arn::String

Returns the value of attribute protect_configuration_arn.

Returns:

  • (::String)


1385
1386
1387
# File 'sig/types.rbs', line 1385

def protect_configuration_arn
  @protect_configuration_arn
end

#protect_configuration_id::String

Returns the value of attribute protect_configuration_id.

Returns:

  • (::String)


1386
1387
1388
# File 'sig/types.rbs', line 1386

def protect_configuration_id
  @protect_configuration_id
end