Class: Aws::Types::StartImportFileTaskRequest
- Inherits:
-
Object
- Object
- Aws::Types::StartImportFileTaskRequest
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#data_source_type ⇒ "ApplicationDiscoveryService", ...
Returns the value of attribute data_source_type.
-
#group_id ⇒ ::Array[Types::Group]
Returns the value of attribute group_id.
-
#name ⇒ ::String
Returns the value of attribute name.
-
#s3_bucket ⇒ ::String
Returns the value of attribute s3_bucket.
-
#s3bucket_for_report_data ⇒ ::String
Returns the value of attribute s3bucket_for_report_data.
-
#s3key ⇒ ::String
Returns the value of attribute s3key.
Instance Attribute Details
#data_source_type ⇒ "ApplicationDiscoveryService", ...
Returns the value of attribute data_source_type.
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.
660 661 662 |
# File 'sig/types.rbs', line 660 def group_id @group_id end |
#name ⇒ ::String
Returns the value of attribute name.
661 662 663 |
# File 'sig/types.rbs', line 661 def name @name end |
#s3_bucket ⇒ ::String
Returns the value of attribute s3_bucket.
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.
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.
663 664 665 |
# File 'sig/types.rbs', line 663 def s3key @s3key end |