Class: Aws::Types::ResourceDataSyncSource
- Inherits:
-
Object
- Object
- Aws::Types::ResourceDataSyncSource
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#aws_organizations_source ⇒ Types::ResourceDataSyncAwsOrganizationsSource
Returns the value of attribute aws_organizations_source.
-
#enable_all_ops_data_sources ⇒ Boolean
Returns the value of attribute enable_all_ops_data_sources.
-
#include_future_regions ⇒ Boolean
Returns the value of attribute include_future_regions.
-
#source_regions ⇒ ::Array[::String]
Returns the value of attribute source_regions.
-
#source_type ⇒ ::String
Returns the value of attribute source_type.
Instance Attribute Details
#aws_organizations_source ⇒ Types::ResourceDataSyncAwsOrganizationsSource
Returns the value of attribute aws_organizations_source.
3926 3927 3928 |
# File 'sig/types.rbs', line 3926 def aws_organizations_source @aws_organizations_source end |
#enable_all_ops_data_sources ⇒ Boolean
Returns the value of attribute enable_all_ops_data_sources.
3929 3930 3931 |
# File 'sig/types.rbs', line 3929 def enable_all_ops_data_sources @enable_all_ops_data_sources end |
#include_future_regions ⇒ Boolean
Returns the value of attribute include_future_regions.
3928 3929 3930 |
# File 'sig/types.rbs', line 3928 def include_future_regions @include_future_regions end |
#source_regions ⇒ ::Array[::String]
Returns the value of attribute source_regions.
3927 3928 3929 |
# File 'sig/types.rbs', line 3927 def source_regions @source_regions end |
#source_type ⇒ ::String
Returns the value of attribute source_type.
3925 3926 3927 |
# File 'sig/types.rbs', line 3925 def source_type @source_type end |