Class: Aws::Types::CreateApprovalPolicyRequest
- Inherits:
-
Object
- Object
- Aws::Types::CreateApprovalPolicyRequest
- 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.
2233 2234 2235 |
# File 'sig/types.rbs', line 2233 def actions @actions end |
#applicable_to ⇒ Types::ApplicableTo
Returns the value of attribute applicable_to.
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.
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.
2234 2235 2236 |
# File 'sig/types.rbs', line 2234 def asset_types @asset_types end |
#description ⇒ ::String
Returns the value of attribute description.
2232 2233 2234 |
# File 'sig/types.rbs', line 2232 def description @description end |
#name ⇒ ::String
Returns the value of attribute name.
2231 2232 2233 |
# File 'sig/types.rbs', line 2231 def name @name end |
#policy_id ⇒ ::String
Returns the value of attribute policy_id.
2230 2231 2232 |
# File 'sig/types.rbs', line 2230 def policy_id @policy_id end |