Class: Aws::Types::StartImportFileTaskRequest

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

Constant Summary collapse

SENSITIVE =

Returns:

Instance Attribute Summary collapse

Instance Attribute Details

#data_source_type"ApplicationDiscoveryService", ...

Returns the value of attribute data_source_type.

Returns:



659
660
661
# File 'sig/types.rbs', line 659

def data_source_type
  @data_source_type
end

#group_id::Array[Types::Group]

Returns the value of attribute group_id.

Returns:



660
661
662
# File 'sig/types.rbs', line 660

def group_id
  @group_id
end

#name::String

Returns the value of attribute name.

Returns:



661
662
663
# File 'sig/types.rbs', line 661

def name
  @name
end

#s3_bucket::String

Returns the value of attribute s3_bucket.

Returns:



658
659
660
# File 'sig/types.rbs', line 658

def s3_bucket
  @s3_bucket
end

#s3bucket_for_report_data::String

Returns the value of attribute s3bucket_for_report_data.

Returns:



662
663
664
# File 'sig/types.rbs', line 662

def s3bucket_for_report_data
  @s3bucket_for_report_data
end

#s3key::String

Returns the value of attribute s3key.

Returns:



663
664
665
# File 'sig/types.rbs', line 663

def s3key
  @s3key
end