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)


8967
8968
8969
# File 'sig/types.rbs', line 8967

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


8963
8964
8965
# File 'sig/types.rbs', line 8963

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:



8968
8969
8970
# File 'sig/types.rbs', line 8968

def allowed_flow_modules
  @allowed_flow_modules
end

#applications::Array[Types::Application]

Returns the value of attribute applications.

Returns:



8965
8966
8967
# File 'sig/types.rbs', line 8965

def applications
  @applications
end

#description::String

Returns the value of attribute description.

Returns:

  • (::String)


8959
8960
8961
# File 'sig/types.rbs', line 8959

def description
  @description
end

#granular_access_control_configurationTypes::GranularAccessControlConfiguration

Returns the value of attribute granular_access_control_configuration.



8969
8970
8971
# File 'sig/types.rbs', line 8969

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


8966
8967
8968
# File 'sig/types.rbs', line 8966

def hierarchy_restricted_resources
  @hierarchy_restricted_resources
end

#instance_id::String

Returns the value of attribute instance_id.

Returns:

  • (::String)


8962
8963
8964
# File 'sig/types.rbs', line 8962

def instance_id
  @instance_id
end

#permissions::Array[::String]

Returns the value of attribute permissions.

Returns:

  • (::Array[::String])


8960
8961
8962
# File 'sig/types.rbs', line 8960

def permissions
  @permissions
end

#security_profile_id::String

Returns the value of attribute security_profile_id.

Returns:

  • (::String)


8961
8962
8963
# File 'sig/types.rbs', line 8961

def security_profile_id
  @security_profile_id
end

#tag_restricted_resources::Array[::String]

Returns the value of attribute tag_restricted_resources.

Returns:

  • (::Array[::String])


8964
8965
8966
# File 'sig/types.rbs', line 8964

def tag_restricted_resources
  @tag_restricted_resources
end