Class: Aws::Types::AttachSecurityProfileRequest

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)


183
184
185
# File 'sig/types.rbs', line 183

def security_profile_name
  @security_profile_name
end

#security_profile_target_arn::String

Returns the value of attribute security_profile_target_arn.

Returns:

  • (::String)


184
185
186
# File 'sig/types.rbs', line 184

def security_profile_target_arn
  @security_profile_target_arn
end