Class: Aws::Types::ResourceDataSyncSource

Inherits:
Object
  • Object
show all
Defined in:
sig/types.rbs

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#aws_organizations_sourceTypes::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_sourcesBoolean

Returns the value of attribute enable_all_ops_data_sources.

Returns:

  • (Boolean)


3929
3930
3931
# File 'sig/types.rbs', line 3929

def enable_all_ops_data_sources
  @enable_all_ops_data_sources
end

#include_future_regionsBoolean

Returns the value of attribute include_future_regions.

Returns:

  • (Boolean)


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.

Returns:

  • (::Array[::String])


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.

Returns:

  • (::String)


3925
3926
3927
# File 'sig/types.rbs', line 3925

def source_type
  @source_type
end