Class: Aws::Types::DeleteConfigurationProfileRequest

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

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#application_id ⇒ ::String

Returns the value of attribute application_id.

Returns:

  • (::String)


233
234
235
# File 'sig/types.rbs', line 233

def application_id
  @application_id
end

#configuration_profile_id ⇒ ::String

Returns the value of attribute configuration_profile_id.

Returns:

  • (::String)


234
235
236
# File 'sig/types.rbs', line 234

def configuration_profile_id
  @configuration_profile_id
end

#deletion_protection_check ⇒ "ACCOUNT_DEFAULT", ...

Returns the value of attribute deletion_protection_check.

Returns:

  • ("ACCOUNT_DEFAULT", "APPLY", "BYPASS")


235
236
237
# File 'sig/types.rbs', line 235

def deletion_protection_check
  @deletion_protection_check
end