Class: Aws::Types::SecurityProfileTargetMapping

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

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#security_profile_identifierTypes::SecurityProfileIdentifier

Returns the value of attribute security_profile_identifier.



4441
4442
4443
# File 'sig/types.rbs', line 4441

def security_profile_identifier
  @security_profile_identifier
end

#targetTypes::SecurityProfileTarget

Returns the value of attribute target.



4442
4443
4444
# File 'sig/types.rbs', line 4442

def target
  @target
end