Class: Aws::Types::UpdateApprovalPolicyRequest

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


12408
12409
12410
# File 'sig/types.rbs', line 12408

def actions
  @actions
end

#applicable_toTypes::ApplicableTo

Returns the value of attribute applicable_to.

Returns:



12410
12411
12412
# File 'sig/types.rbs', line 12410

def applicable_to
  @applicable_to
end

#approval_groups::Array[::String]

Returns the value of attribute approval_groups.

Returns:

  • (::Array[::String])


12411
12412
12413
# File 'sig/types.rbs', line 12411

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


12409
12410
12411
# File 'sig/types.rbs', line 12409

def asset_types
  @asset_types
end

#description::String

Returns the value of attribute description.

Returns:

  • (::String)


12407
12408
12409
# File 'sig/types.rbs', line 12407

def description
  @description
end

#name::String

Returns the value of attribute name.

Returns:

  • (::String)


12406
12407
12408
# File 'sig/types.rbs', line 12406

def name
  @name
end

#policy_id::String

Returns the value of attribute policy_id.

Returns:

  • (::String)


12405
12406
12407
# File 'sig/types.rbs', line 12405

def policy_id
  @policy_id
end