Class: Aws::Types::CreateApprovalPolicyRequest

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

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#actions::Array[("SHARE")]

Returns the value of attribute actions.

Returns:

  • (::Array[("SHARE")])


2233
2234
2235
# File 'sig/types.rbs', line 2233

def actions
  @actions
end

#applicable_toTypes::ApplicableTo

Returns the value of attribute applicable_to.

Returns:



2235
2236
2237
# File 'sig/types.rbs', line 2235

def applicable_to
  @applicable_to
end

#approval_groups::Array[::String]

Returns the value of attribute approval_groups.

Returns:

  • (::Array[::String])


2236
2237
2238
# File 'sig/types.rbs', line 2236

def approval_groups
  @approval_groups
end

#asset_types::Array[("AGENT" | "SPACE" | "KNOWLEDGE_BASE")]

Returns the value of attribute asset_types.

Returns:

  • (::Array[("AGENT" | "SPACE" | "KNOWLEDGE_BASE")])


2234
2235
2236
# File 'sig/types.rbs', line 2234

def asset_types
  @asset_types
end

#description::String

Returns the value of attribute description.

Returns:

  • (::String)


2232
2233
2234
# File 'sig/types.rbs', line 2232

def description
  @description
end

#name::String

Returns the value of attribute name.

Returns:

  • (::String)


2231
2232
2233
# File 'sig/types.rbs', line 2231

def name
  @name
end

#policy_id::String

Returns the value of attribute policy_id.

Returns:

  • (::String)


2230
2231
2232
# File 'sig/types.rbs', line 2230

def policy_id
  @policy_id
end