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)


7445
7446
7447
# File 'sig/types.rbs', line 7445

def arn
  @arn
end

#description::String

Returns the value of attribute description.

Returns:

  • (::String)


7447
7448
7449
# File 'sig/types.rbs', line 7447

def description
  @description
end

#id::String

Returns the value of attribute id.

Returns:

  • (::String)


7443
7444
7445
# File 'sig/types.rbs', line 7443

def id
  @id
end

#organization_resource_id::String

Returns the value of attribute organization_resource_id.

Returns:

  • (::String)


7444
7445
7446
# File 'sig/types.rbs', line 7444

def organization_resource_id
  @organization_resource_id
end

#security_profile_name::String

Returns the value of attribute security_profile_name.

Returns:

  • (::String)


7446
7447
7448
# File 'sig/types.rbs', line 7446

def security_profile_name
  @security_profile_name
end

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

Returns the value of attribute tags.

Returns:

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


7448
7449
7450
# File 'sig/types.rbs', line 7448

def tags
  @tags
end