Class: Aws::Proton::Types::AcceptEnvironmentAccountConnectionInput

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

Overview

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#idString

The ID of the environment account connection.

Returns:

  • (String)


19
20
21
22
23
# File 'gems/aws-sdk-proton/lib/aws-sdk-proton/types.rb', line 19

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