Class: Aws::Types::CreatePolicyRequest

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

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#content::String

Returns the value of attribute content.

Returns:

  • (::String)


196
197
198
# File 'sig/types.rbs', line 196

def content
  @content
end

#description::String

Returns the value of attribute description.

Returns:

  • (::String)


197
198
199
# File 'sig/types.rbs', line 197

def description
  @description
end

#name::String

Returns the value of attribute name.

Returns:

  • (::String)


198
199
200
# File 'sig/types.rbs', line 198

def name
  @name
end

#tags::Array[Types::Tag]

Returns the value of attribute tags.

Returns:



200
201
202
# File 'sig/types.rbs', line 200

def tags
  @tags
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")


199
200
201
# File 'sig/types.rbs', line 199

def type
  @type
end