Class: Aws::Types::SecurityProfile

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)


7600
7601
7602
# File 'sig/types.rbs', line 7600

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


7595
7596
7597
# File 'sig/types.rbs', line 7595

def allowed_access_control_tags
  @allowed_access_control_tags
end

#arn::String

Returns the value of attribute arn.

Returns:

  • (::String)


7591
7592
7593
# File 'sig/types.rbs', line 7591

def arn
  @arn
end

#description::String

Returns the value of attribute description.

Returns:

  • (::String)


7593
7594
7595
# File 'sig/types.rbs', line 7593

def description
  @description
end

#granular_access_control_configurationTypes::GranularAccessControlConfiguration

Returns the value of attribute granular_access_control_configuration.



7601
7602
7603
# File 'sig/types.rbs', line 7601

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


7599
7600
7601
# File 'sig/types.rbs', line 7599

def hierarchy_restricted_resources
  @hierarchy_restricted_resources
end

#id::String

Returns the value of attribute id.

Returns:

  • (::String)


7589
7590
7591
# File 'sig/types.rbs', line 7589

def id
  @id
end

#last_modified_region::String

Returns the value of attribute last_modified_region.

Returns:

  • (::String)


7598
7599
7600
# File 'sig/types.rbs', line 7598

def last_modified_region
  @last_modified_region
end

#last_modified_time::Time

Returns the value of attribute last_modified_time.

Returns:

  • (::Time)


7597
7598
7599
# File 'sig/types.rbs', line 7597

def last_modified_time
  @last_modified_time
end

#organization_resource_id::String

Returns the value of attribute organization_resource_id.

Returns:

  • (::String)


7590
7591
7592
# File 'sig/types.rbs', line 7590

def organization_resource_id
  @organization_resource_id
end

#security_profile_name::String

Returns the value of attribute security_profile_name.

Returns:

  • (::String)


7592
7593
7594
# File 'sig/types.rbs', line 7592

def security_profile_name
  @security_profile_name
end

#tag_restricted_resources::Array[::String]

Returns the value of attribute tag_restricted_resources.

Returns:

  • (::Array[::String])


7596
7597
7598
# File 'sig/types.rbs', line 7596

def tag_restricted_resources
  @tag_restricted_resources
end

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

Returns the value of attribute tags.

Returns:

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


7594
7595
7596
# File 'sig/types.rbs', line 7594

def tags
  @tags
end