Class: Aws::Types::SecurityProfile

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

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#allowed_access_control_hierarchy_group_id::String

Returns the value of attribute allowed_access_control_hierarchy_group_id.

Returns:

  • (::String)


7718
7719
7720
# File 'sig/types.rbs', line 7718

def allowed_access_control_hierarchy_group_id
  @allowed_access_control_hierarchy_group_id
end

#allowed_access_control_tags::Hash[::String, ::String]

Returns the value of attribute allowed_access_control_tags.

Returns:

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


7713
7714
7715
# File 'sig/types.rbs', line 7713

def allowed_access_control_tags
  @allowed_access_control_tags
end

#arn::String

Returns the value of attribute arn.

Returns:

  • (::String)


7709
7710
7711
# File 'sig/types.rbs', line 7709

def arn
  @arn
end

#description::String

Returns the value of attribute description.

Returns:

  • (::String)


7711
7712
7713
# File 'sig/types.rbs', line 7711

def description
  @description
end

#granular_access_control_configurationTypes::GranularAccessControlConfiguration

Returns the value of attribute granular_access_control_configuration.



7719
7720
7721
# File 'sig/types.rbs', line 7719

def granular_access_control_configuration
  @granular_access_control_configuration
end

#hierarchy_restricted_resources::Array[::String]

Returns the value of attribute hierarchy_restricted_resources.

Returns:

  • (::Array[::String])


7717
7718
7719
# File 'sig/types.rbs', line 7717

def hierarchy_restricted_resources
  @hierarchy_restricted_resources
end

#id::String

Returns the value of attribute id.

Returns:

  • (::String)


7707
7708
7709
# File 'sig/types.rbs', line 7707

def id
  @id
end

#last_modified_region::String

Returns the value of attribute last_modified_region.

Returns:

  • (::String)


7716
7717
7718
# File 'sig/types.rbs', line 7716

def last_modified_region
  @last_modified_region
end

#last_modified_time::Time

Returns the value of attribute last_modified_time.

Returns:

  • (::Time)


7715
7716
7717
# File 'sig/types.rbs', line 7715

def last_modified_time
  @last_modified_time
end

#organization_resource_id::String

Returns the value of attribute organization_resource_id.

Returns:

  • (::String)


7708
7709
7710
# File 'sig/types.rbs', line 7708

def organization_resource_id
  @organization_resource_id
end

#security_profile_name::String

Returns the value of attribute security_profile_name.

Returns:

  • (::String)


7710
7711
7712
# File 'sig/types.rbs', line 7710

def security_profile_name
  @security_profile_name
end

#tag_restricted_resources::Array[::String]

Returns the value of attribute tag_restricted_resources.

Returns:

  • (::Array[::String])


7714
7715
7716
# File 'sig/types.rbs', line 7714

def tag_restricted_resources
  @tag_restricted_resources
end

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

Returns the value of attribute tags.

Returns:

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


7712
7713
7714
# File 'sig/types.rbs', line 7712

def tags
  @tags
end