Class: Aws::Types::ResourceDataSyncSourceWithState

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.



3935
3936
3937
# File 'sig/types.rbs', line 3935

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)


3939
3940
3941
# File 'sig/types.rbs', line 3939

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)


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.

Returns:

  • (::Array[::String])


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.

Returns:

  • (::String)


3934
3935
3936
# File 'sig/types.rbs', line 3934

def source_type
  @source_type
end

#state::String

Returns the value of attribute state.

Returns:

  • (::String)


3938
3939
3940
# File 'sig/types.rbs', line 3938

def state
  @state
end