Class: Aws::Types::ProviderIntermediateDataAccessConfiguration
- Inherits:
-
Object
- Object
- Aws::Types::ProviderIntermediateDataAccessConfiguration
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#aws_account_ids ⇒ ::Array[::String]
Returns the value of attribute aws_account_ids.
-
#required_bucket_actions ⇒ ::Array[::String]
Returns the value of attribute required_bucket_actions.
Instance Attribute Details
#aws_account_ids ⇒ ::Array[::String]
Returns the value of attribute aws_account_ids.
723 724 725 |
# File 'sig/types.rbs', line 723 def aws_account_ids @aws_account_ids end |
#required_bucket_actions ⇒ ::Array[::String]
Returns the value of attribute required_bucket_actions.
724 725 726 |
# File 'sig/types.rbs', line 724 def required_bucket_actions @required_bucket_actions end |