Class: Aws::Types::SecurityProfileSearchSummary

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

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#arn::String

Returns the value of attribute arn.

Returns:

  • (::String)


7620
7621
7622
# File 'sig/types.rbs', line 7620

def arn
  @arn
end

#description::String

Returns the value of attribute description.

Returns:

  • (::String)


7622
7623
7624
# File 'sig/types.rbs', line 7622

def description
  @description
end

#id::String

Returns the value of attribute id.

Returns:

  • (::String)


7618
7619
7620
# File 'sig/types.rbs', line 7618

def id
  @id
end

#organization_resource_id::String

Returns the value of attribute organization_resource_id.

Returns:

  • (::String)


7619
7620
7621
# File 'sig/types.rbs', line 7619

def organization_resource_id
  @organization_resource_id
end

#security_profile_name::String

Returns the value of attribute security_profile_name.

Returns:

  • (::String)


7621
7622
7623
# File 'sig/types.rbs', line 7621

def security_profile_name
  @security_profile_name
end

#tags::Hash[::String, ::String]

Returns the value of attribute tags.

Returns:

  • (::Hash[::String, ::String])


7623
7624
7625
# File 'sig/types.rbs', line 7623

def tags
  @tags
end