Class: Aws::EC2::Types::EnableReachabilityAnalyzerOrganizationSharingResult

Inherits:
Struct
  • Object
show all
Defined in:
gems/aws-sdk-ec2/lib/aws-sdk-ec2/types.rb

Overview

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#return_valueBoolean

Returns true if the request succeeds; otherwise, returns an error.

Returns:

  • (Boolean)


31305
31306
31307
31308
31309
# File 'gems/aws-sdk-ec2/lib/aws-sdk-ec2/types.rb', line 31305

class EnableReachabilityAnalyzerOrganizationSharingResult < Struct.new(
  :return_value)
  SENSITIVE = []
  include Aws::Structure
end