Class: Aws::Types::DeleteVpcOriginResult
- Inherits:
-
Object
- Object
- Aws::Types::DeleteVpcOriginResult
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#etag ⇒ ::String
Returns the value of attribute etag.
-
#vpc_origin ⇒ Types::VpcOrigin
Returns the value of attribute vpc_origin.
Instance Attribute Details
#etag ⇒ ::String
Returns the value of attribute etag.
1021 1022 1023 |
# File 'sig/types.rbs', line 1021 def etag @etag end |
#vpc_origin ⇒ Types::VpcOrigin
Returns the value of attribute vpc_origin.
1020 1021 1022 |
# File 'sig/types.rbs', line 1020 def vpc_origin @vpc_origin end |