Class: Aws::Types::DisassociateProtectConfigurationResult

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

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#configuration_set_arn::String

Returns the value of attribute configuration_set_arn.

Returns:

  • (::String)


1067
1068
1069
# File 'sig/types.rbs', line 1067

def configuration_set_arn
  @configuration_set_arn
end

#configuration_set_name::String

Returns the value of attribute configuration_set_name.

Returns:

  • (::String)


1068
1069
1070
# File 'sig/types.rbs', line 1068

def configuration_set_name
  @configuration_set_name
end

#protect_configuration_arn::String

Returns the value of attribute protect_configuration_arn.

Returns:

  • (::String)


1069
1070
1071
# File 'sig/types.rbs', line 1069

def protect_configuration_arn
  @protect_configuration_arn
end

#protect_configuration_id::String

Returns the value of attribute protect_configuration_id.

Returns:

  • (::String)


1070
1071
1072
# File 'sig/types.rbs', line 1070

def protect_configuration_id
  @protect_configuration_id
end