Class: Aws::Types::CreateSecurityProfileRequest

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)


1806
1807
1808
# File 'sig/types.rbs', line 1806

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


1802
1803
1804
# File 'sig/types.rbs', line 1802

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:



1807
1808
1809
# File 'sig/types.rbs', line 1807

def allowed_flow_modules
  @allowed_flow_modules
end

#applications::Array[Types::Application]

Returns the value of attribute applications.

Returns:



1804
1805
1806
# File 'sig/types.rbs', line 1804

def applications
  @applications
end

#description::String

Returns the value of attribute description.

Returns:

  • (::String)


1798
1799
1800
# File 'sig/types.rbs', line 1798

def description
  @description
end

#granular_access_control_configurationTypes::GranularAccessControlConfiguration

Returns the value of attribute granular_access_control_configuration.



1808
1809
1810
# File 'sig/types.rbs', line 1808

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


1805
1806
1807
# File 'sig/types.rbs', line 1805

def hierarchy_restricted_resources
  @hierarchy_restricted_resources
end

#instance_id::String

Returns the value of attribute instance_id.

Returns:

  • (::String)


1800
1801
1802
# File 'sig/types.rbs', line 1800

def instance_id
  @instance_id
end

#permissions::Array[::String]

Returns the value of attribute permissions.

Returns:

  • (::Array[::String])


1799
1800
1801
# File 'sig/types.rbs', line 1799

def permissions
  @permissions
end

#security_profile_name::String

Returns the value of attribute security_profile_name.

Returns:

  • (::String)


1797
1798
1799
# File 'sig/types.rbs', line 1797

def security_profile_name
  @security_profile_name
end

#tag_restricted_resources::Array[::String]

Returns the value of attribute tag_restricted_resources.

Returns:

  • (::Array[::String])


1803
1804
1805
# File 'sig/types.rbs', line 1803

def tag_restricted_resources
  @tag_restricted_resources
end

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

Returns the value of attribute tags.

Returns:

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


1801
1802
1803
# File 'sig/types.rbs', line 1801

def tags
  @tags
end