Class: Aws::Types::PolicySummary

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

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#arn::String

Returns the value of attribute arn.

Returns:

  • (::String)


888
889
890
# File 'sig/types.rbs', line 888

def arn
  @arn
end

#aws_managedBoolean

Returns the value of attribute aws_managed.

Returns:

  • (Boolean)


892
893
894
# File 'sig/types.rbs', line 892

def aws_managed
  @aws_managed
end

#description::String

Returns the value of attribute description.

Returns:

  • (::String)


890
891
892
# File 'sig/types.rbs', line 890

def description
  @description
end

#id::String

Returns the value of attribute id.

Returns:

  • (::String)


887
888
889
# File 'sig/types.rbs', line 887

def id
  @id
end

#name::String

Returns the value of attribute name.

Returns:

  • (::String)


889
890
891
# File 'sig/types.rbs', line 889

def name
  @name
end

#type"SERVICE_CONTROL_POLICY", ...

Returns the value of attribute type.

Returns:

  • ("SERVICE_CONTROL_POLICY", "RESOURCE_CONTROL_POLICY", "TAG_POLICY", "BACKUP_POLICY", "AISERVICES_OPT_OUT_POLICY", "CHATBOT_POLICY", "DECLARATIVE_POLICY_EC2", "SECURITYHUB_POLICY", "INSPECTOR_POLICY", "UPGRADE_ROLLOUT_POLICY", "BEDROCK_POLICY", "S3_POLICY", "NETWORK_SECURITY_DIRECTOR_POLICY")


891
892
893
# File 'sig/types.rbs', line 891

def type
  @type
end