Class: Aws::Types::DeleteConfigurationProfileRequest
- Inherits:
-
Object
- Object
- Aws::Types::DeleteConfigurationProfileRequest
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#application_id ⇒ ::String
Returns the value of attribute application_id.
-
#configuration_profile_id ⇒ ::String
Returns the value of attribute configuration_profile_id.
-
#deletion_protection_check ⇒ "ACCOUNT_DEFAULT", ...
Returns the value of attribute deletion_protection_check.
Instance Attribute Details
#application_id ⇒ ::String
Returns the value of attribute application_id.
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.
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.
235 236 237 |
# File 'sig/types.rbs', line 235 def deletion_protection_check @deletion_protection_check end |