Class: DatadogAPIClient::V2::CreateTableRequestDataAttributesFileMetadataOneOfAccessDetailsAwsDetail
- Inherits:
-
Object
- Object
- DatadogAPIClient::V2::CreateTableRequestDataAttributesFileMetadataOneOfAccessDetailsAwsDetail
- Includes:
- BaseGenericModel
- Defined in:
- lib/datadog_api_client/v2/models/create_table_request_data_attributes_file_metadata_one_of_access_details_aws_detail.rb
Overview
The definition of CreateTableRequestDataAttributesFileMetadataOneOfAccessDetailsAwsDetail
object.
Instance Attribute Summary collapse
-
#additional_properties ⇒ Object
Returns the value of attribute additional_properties.
-
#aws_account_id ⇒ Object
readonly
The ID of the AWS account.
-
#aws_bucket_name ⇒ Object
readonly
The name of the Amazon S3 bucket.
-
#file_path ⇒ Object
readonly
The relative file path from the S3 bucket root to the CSV file.
Method Summary
Methods included from BaseGenericModel
Instance Attribute Details
#additional_properties ⇒ Object
Returns the value of attribute additional_properties.
33 34 35 |
# File 'lib/datadog_api_client/v2/models/create_table_request_data_attributes_file_metadata_one_of_access_details_aws_detail.rb', line 33 def additional_properties @additional_properties end |
#aws_account_id ⇒ Object
The ID of the AWS account.
25 26 27 |
# File 'lib/datadog_api_client/v2/models/create_table_request_data_attributes_file_metadata_one_of_access_details_aws_detail.rb', line 25 def aws_account_id @aws_account_id end |
#aws_bucket_name ⇒ Object
The name of the Amazon S3 bucket.
28 29 30 |
# File 'lib/datadog_api_client/v2/models/create_table_request_data_attributes_file_metadata_one_of_access_details_aws_detail.rb', line 28 def aws_bucket_name @aws_bucket_name end |
#file_path ⇒ Object
The relative file path from the S3 bucket root to the CSV file.
31 32 33 |
# File 'lib/datadog_api_client/v2/models/create_table_request_data_attributes_file_metadata_one_of_access_details_aws_detail.rb', line 31 def file_path @file_path end |