Class: Aws::Finspace::Types::CreateEnvironmentResponse

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

Overview

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#environment_arnString

The Amazon Resource Name (ARN) of the FinSpace environment that you created.

Returns:

  • (String)


277
278
279
280
281
282
283
# File 'gems/aws-sdk-finspace/lib/aws-sdk-finspace/types.rb', line 277

class CreateEnvironmentResponse < Struct.new(
  :environment_id,
  :environment_arn,
  :environment_url)
  SENSITIVE = []
  include Aws::Structure
end

#environment_idString

The unique identifier for FinSpace environment that you created.

Returns:

  • (String)


277
278
279
280
281
282
283
# File 'gems/aws-sdk-finspace/lib/aws-sdk-finspace/types.rb', line 277

class CreateEnvironmentResponse < Struct.new(
  :environment_id,
  :environment_arn,
  :environment_url)
  SENSITIVE = []
  include Aws::Structure
end

#environment_urlString

The sign-in URL for the web application of the FinSpace environment you created.

Returns:

  • (String)


277
278
279
280
281
282
283
# File 'gems/aws-sdk-finspace/lib/aws-sdk-finspace/types.rb', line 277

class CreateEnvironmentResponse < Struct.new(
  :environment_id,
  :environment_arn,
  :environment_url)
  SENSITIVE = []
  include Aws::Structure
end