AwsEbsAssetDetails¶
-
class
oci.cloud_bridge.models.
AwsEbsAssetDetails
(**kwargs)¶ Bases:
object
AWS EBS type of asset.
Methods
__init__
(**kwargs)Initializes a new AwsEbsAssetDetails object with values from keyword arguments. Attributes
aws_ebs
[Required] Gets the aws_ebs of this AwsEbsAssetDetails. -
__init__
(**kwargs)¶ Initializes a new AwsEbsAssetDetails object with values from keyword arguments. The following keyword arguments are supported (corresponding to the getters/setters of this class):
Parameters: aws_ebs (oci.cloud_bridge.models.AwsEbsProperties) – The value to assign to the aws_ebs property of this AwsEbsAssetDetails.
-
aws_ebs
¶ [Required] Gets the aws_ebs of this AwsEbsAssetDetails.
Returns: The aws_ebs of this AwsEbsAssetDetails. Return type: oci.cloud_bridge.models.AwsEbsProperties
-