Class: Aws::Types::UpdateSecurityProfileRequest

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)


9106
9107
9108
# File 'sig/types.rbs', line 9106

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])


9102
9103
9104
# File 'sig/types.rbs', line 9102

def allowed_access_control_tags
  @allowed_access_control_tags
end

#allowed_flow_modules::Array[Types::FlowModule]

Returns the value of attribute allowed_flow_modules.

Returns:



9107
9108
9109
# File 'sig/types.rbs', line 9107

def allowed_flow_modules
  @allowed_flow_modules
end

#applications::Array[Types::Application]

Returns the value of attribute applications.

Returns:



9104
9105
9106
# File 'sig/types.rbs', line 9104

def applications
  @applications
end

#description::String

Returns the value of attribute description.

Returns:

  • (::String)


9098
9099
9100
# File 'sig/types.rbs', line 9098

def description
  @description
end

#granular_access_control_configurationTypes::GranularAccessControlConfiguration

Returns the value of attribute granular_access_control_configuration.



9108
9109
9110
# File 'sig/types.rbs', line 9108

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])


9105
9106
9107
# File 'sig/types.rbs', line 9105

def hierarchy_restricted_resources
  @hierarchy_restricted_resources
end

#instance_id::String

Returns the value of attribute instance_id.

Returns:

  • (::String)


9101
9102
9103
# File 'sig/types.rbs', line 9101

def instance_id
  @instance_id
end

#permissions::Array[::String]

Returns the value of attribute permissions.

Returns:

  • (::Array[::String])


9099
9100
9101
# File 'sig/types.rbs', line 9099

def permissions
  @permissions
end

#security_profile_id::String

Returns the value of attribute security_profile_id.

Returns:

  • (::String)


9100
9101
9102
# File 'sig/types.rbs', line 9100

def security_profile_id
  @security_profile_id
end

#tag_restricted_resources::Array[::String]

Returns the value of attribute tag_restricted_resources.

Returns:

  • (::Array[::String])


9103
9104
9105
# File 'sig/types.rbs', line 9103

def tag_restricted_resources
  @tag_restricted_resources
end