Class: Aws::Types::ResourceDataSyncSourceWithState
- Inherits:
-
Object
- Object
- Aws::Types::ResourceDataSyncSourceWithState
- 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.
-
#state ⇒ ::String
Returns the value of attribute state.
Instance Attribute Details
#aws_organizations_source ⇒ Types::ResourceDataSyncAwsOrganizationsSource
Returns the value of attribute aws_organizations_source.
3935 3936 3937 |
# File 'sig/types.rbs', line 3935 def aws_organizations_source @aws_organizations_source end |
#enable_all_ops_data_sources ⇒ Boolean
Returns the value of attribute enable_all_ops_data_sources.
3939 3940 3941 |
# File 'sig/types.rbs', line 3939 def enable_all_ops_data_sources @enable_all_ops_data_sources end |
#include_future_regions ⇒ Boolean
Returns the value of attribute include_future_regions.
3937 3938 3939 |
# File 'sig/types.rbs', line 3937 def include_future_regions @include_future_regions end |
#source_regions ⇒ ::Array[::String]
Returns the value of attribute source_regions.
3936 3937 3938 |
# File 'sig/types.rbs', line 3936 def source_regions @source_regions end |
#source_type ⇒ ::String
Returns the value of attribute source_type.
3934 3935 3936 |
# File 'sig/types.rbs', line 3934 def source_type @source_type end |
#state ⇒ ::String
Returns the value of attribute state.
3938 3939 3940 |
# File 'sig/types.rbs', line 3938 def state @state end |