Class: Aws::Types::ApprovalPolicy
- Inherits:
-
Object
- Object
- Aws::Types::ApprovalPolicy
- 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.
-
#created_at ⇒ ::Time
Returns the value of attribute created_at.
-
#description ⇒ ::String
Returns the value of attribute description.
-
#name ⇒ ::String
Returns the value of attribute name.
-
#policy_arn ⇒ ::String
Returns the value of attribute policy_arn.
-
#policy_id ⇒ ::String
Returns the value of attribute policy_id.
-
#updated_at ⇒ ::Time
Returns the value of attribute updated_at.
Instance Attribute Details
#actions ⇒ ::Array[("SHARE")]
Returns the value of attribute actions.
388 389 390 |
# File 'sig/types.rbs', line 388 def actions @actions end |
#applicable_to ⇒ Types::ApplicableTo
Returns the value of attribute applicable_to.
390 391 392 |
# File 'sig/types.rbs', line 390 def applicable_to @applicable_to end |
#approval_groups ⇒ ::Array[::String]
Returns the value of attribute approval_groups.
391 392 393 |
# File 'sig/types.rbs', line 391 def approval_groups @approval_groups end |
#asset_types ⇒ ::Array[("AGENT" | "SPACE" | "KNOWLEDGE_BASE")]
Returns the value of attribute asset_types.
389 390 391 |
# File 'sig/types.rbs', line 389 def asset_types @asset_types end |
#created_at ⇒ ::Time
Returns the value of attribute created_at.
392 393 394 |
# File 'sig/types.rbs', line 392 def created_at @created_at end |
#description ⇒ ::String
Returns the value of attribute description.
387 388 389 |
# File 'sig/types.rbs', line 387 def description @description end |
#name ⇒ ::String
Returns the value of attribute name.
386 387 388 |
# File 'sig/types.rbs', line 386 def name @name end |
#policy_arn ⇒ ::String
Returns the value of attribute policy_arn.
385 386 387 |
# File 'sig/types.rbs', line 385 def policy_arn @policy_arn end |
#policy_id ⇒ ::String
Returns the value of attribute policy_id.
384 385 386 |
# File 'sig/types.rbs', line 384 def policy_id @policy_id end |
#updated_at ⇒ ::Time
Returns the value of attribute updated_at.
393 394 395 |
# File 'sig/types.rbs', line 393 def updated_at @updated_at end |