Class: Aws::Types::GetVpcOriginResult
- Inherits:
-
Object
- Object
- Aws::Types::GetVpcOriginResult
- 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.
1920 1921 1922 |
# File 'sig/types.rbs', line 1920 def etag @etag end |
#vpc_origin ⇒ Types::VpcOrigin
Returns the value of attribute vpc_origin.
1919 1920 1921 |
# File 'sig/types.rbs', line 1919 def vpc_origin @vpc_origin end |