Class: Aws::EC2::Types::ModifyInstanceMetadataDefaultsResult
- Inherits:
-
Struct
- Object
- Struct
- Aws::EC2::Types::ModifyInstanceMetadataDefaultsResult
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-ec2/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#return ⇒ Boolean
If the request succeeds, the response returns ‘true`.
Instance Attribute Details
#return ⇒ Boolean
If the request succeeds, the response returns ‘true`. If the request fails, no response is returned, and instead an error message is returned.
51552 51553 51554 51555 51556 |
# File 'lib/aws-sdk-ec2/types.rb', line 51552 class ModifyInstanceMetadataDefaultsResult < Struct.new( :return) SENSITIVE = [] include Aws::Structure end |