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)


1785
1786
1787
# File 'sig/types.rbs', line 1785

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


1781
1782
1783
# File 'sig/types.rbs', line 1781

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:



1786
1787
1788
# File 'sig/types.rbs', line 1786

def allowed_flow_modules
  @allowed_flow_modules
end

#applications::Array[Types::Application]

Returns the value of attribute applications.

Returns:



1783
1784
1785
# File 'sig/types.rbs', line 1783

def applications
  @applications
end

#description::String

Returns the value of attribute description.

Returns:

  • (::String)


1777
1778
1779
# File 'sig/types.rbs', line 1777

def description
  @description
end

#granular_access_control_configurationTypes::GranularAccessControlConfiguration

Returns the value of attribute granular_access_control_configuration.



1787
1788
1789
# File 'sig/types.rbs', line 1787

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


1784
1785
1786
# File 'sig/types.rbs', line 1784

def hierarchy_restricted_resources
  @hierarchy_restricted_resources
end

#instance_id::String

Returns the value of attribute instance_id.

Returns:

  • (::String)


1779
1780
1781
# File 'sig/types.rbs', line 1779

def instance_id
  @instance_id
end

#permissions::Array[::String]

Returns the value of attribute permissions.

Returns:

  • (::Array[::String])


1778
1779
1780
# File 'sig/types.rbs', line 1778

def permissions
  @permissions
end

#security_profile_name::String

Returns the value of attribute security_profile_name.

Returns:

  • (::String)


1776
1777
1778
# File 'sig/types.rbs', line 1776

def security_profile_name
  @security_profile_name
end

#tag_restricted_resources::Array[::String]

Returns the value of attribute tag_restricted_resources.

Returns:

  • (::Array[::String])


1782
1783
1784
# File 'sig/types.rbs', line 1782

def tag_restricted_resources
  @tag_restricted_resources
end

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

Returns the value of attribute tags.

Returns:

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


1780
1781
1782
# File 'sig/types.rbs', line 1780

def tags
  @tags
end