Class: Aws::Types::UpdateApprovalPolicyRequest
- Inherits:
-
Object
- Object
- Aws::Types::UpdateApprovalPolicyRequest
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#actions ⇒ ::Array[("SHARE")]
Returns the value of attribute actions.
-
#applicable_to ⇒ Types::ApplicableTo
Returns the value of attribute applicable_to.
-
#approval_groups ⇒ ::Array[::String]
Returns the value of attribute approval_groups.
-
#asset_types ⇒ ::Array[("AGENT" | "SPACE" | "KNOWLEDGE_BASE")]
Returns the value of attribute asset_types.
-
#description ⇒ ::String
Returns the value of attribute description.
-
#name ⇒ ::String
Returns the value of attribute name.
-
#policy_id ⇒ ::String
Returns the value of attribute policy_id.
Instance Attribute Details
#actions ⇒ ::Array[("SHARE")]
Returns the value of attribute actions.
12408 12409 12410 |
# File 'sig/types.rbs', line 12408 def actions @actions end |
#applicable_to ⇒ Types::ApplicableTo
Returns the value of attribute applicable_to.
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.
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.
12409 12410 12411 |
# File 'sig/types.rbs', line 12409 def asset_types @asset_types end |
#description ⇒ ::String
Returns the value of attribute description.
12407 12408 12409 |
# File 'sig/types.rbs', line 12407 def description @description end |
#name ⇒ ::String
Returns the value of attribute name.
12406 12407 12408 |
# File 'sig/types.rbs', line 12406 def name @name end |
#policy_id ⇒ ::String
Returns the value of attribute policy_id.
12405 12406 12407 |
# File 'sig/types.rbs', line 12405 def policy_id @policy_id end |