Class: Aws::Types::CreateVpcOriginResult
- Inherits:
-
Object
- Object
- Aws::Types::CreateVpcOriginResult
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#etag ⇒ ::String
Returns the value of attribute etag.
-
#location ⇒ ::String
Returns the value of attribute location.
-
#vpc_origin ⇒ Types::VpcOrigin
Returns the value of attribute vpc_origin.
Instance Attribute Details
#etag ⇒ ::String
Returns the value of attribute etag.
814 815 816 |
# File 'sig/types.rbs', line 814 def etag @etag end |
#location ⇒ ::String
Returns the value of attribute location.
813 814 815 |
# File 'sig/types.rbs', line 813 def location @location end |
#vpc_origin ⇒ Types::VpcOrigin
Returns the value of attribute vpc_origin.
812 813 814 |
# File 'sig/types.rbs', line 812 def vpc_origin @vpc_origin end |