Class: Aws::Types::DetachSecurityProfileRequest

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

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#security_profile_name::String

Returns the value of attribute security_profile_name.

Returns:

  • (::String)


2103
2104
2105
# File 'sig/types.rbs', line 2103

def security_profile_name
  @security_profile_name
end

#security_profile_target_arn::String

Returns the value of attribute security_profile_target_arn.

Returns:

  • (::String)


2104
2105
2106
# File 'sig/types.rbs', line 2104

def security_profile_target_arn
  @security_profile_target_arn
end