Class: Aws::Types::SecurityProfile

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

Constant Summary collapse

SENSITIVE =

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.



7827
7828
7829
# File 'sig/types.rbs', line 7827

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.



7822
7823
7824
# File 'sig/types.rbs', line 7822

def allowed_access_control_tags
  @allowed_access_control_tags
end

#arn::String

Returns the value of attribute arn.



7818
7819
7820
# File 'sig/types.rbs', line 7818

def arn
  @arn
end

#description::String

Returns the value of attribute description.



7820
7821
7822
# File 'sig/types.rbs', line 7820

def description
  @description
end

#granular_access_control_configurationTypes::GranularAccessControlConfiguration

Returns the value of attribute granular_access_control_configuration.



7828
7829
7830
# File 'sig/types.rbs', line 7828

def granular_access_control_configuration
  @granular_access_control_configuration
end

#hierarchy_restricted_resources::Array[::String]

Returns the value of attribute hierarchy_restricted_resources.



7826
7827
7828
# File 'sig/types.rbs', line 7826

def hierarchy_restricted_resources
  @hierarchy_restricted_resources
end

#id::String

Returns the value of attribute id.



7816
7817
7818
# File 'sig/types.rbs', line 7816

def id
  @id
end

#last_modified_region::String

Returns the value of attribute last_modified_region.



7825
7826
7827
# File 'sig/types.rbs', line 7825

def last_modified_region
  @last_modified_region
end

#last_modified_time::Time

Returns the value of attribute last_modified_time.



7824
7825
7826
# File 'sig/types.rbs', line 7824

def last_modified_time
  @last_modified_time
end

#organization_resource_id::String

Returns the value of attribute organization_resource_id.



7817
7818
7819
# File 'sig/types.rbs', line 7817

def organization_resource_id
  @organization_resource_id
end

#security_profile_name::String

Returns the value of attribute security_profile_name.



7819
7820
7821
# File 'sig/types.rbs', line 7819

def security_profile_name
  @security_profile_name
end

#tag_restricted_resources::Array[::String]

Returns the value of attribute tag_restricted_resources.



7823
7824
7825
# File 'sig/types.rbs', line 7823

def tag_restricted_resources
  @tag_restricted_resources
end

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

Returns the value of attribute tags.



7821
7822
7823
# File 'sig/types.rbs', line 7821

def tags
  @tags
end