Class: Aws::MigrationHubRefactorSpaces::Types::GetServiceRequest

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

Overview

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#application_identifierString

The ID of the application.

Returns:

  • (String)


1553
1554
1555
1556
1557
1558
1559
# File 'gems/aws-sdk-migrationhubrefactorspaces/lib/aws-sdk-migrationhubrefactorspaces/types.rb', line 1553

class GetServiceRequest < Struct.new(
  :application_identifier,
  :environment_identifier,
  :service_identifier)
  SENSITIVE = []
  include Aws::Structure
end

#environment_identifierString

The ID of the environment.

Returns:

  • (String)


1553
1554
1555
1556
1557
1558
1559
# File 'gems/aws-sdk-migrationhubrefactorspaces/lib/aws-sdk-migrationhubrefactorspaces/types.rb', line 1553

class GetServiceRequest < Struct.new(
  :application_identifier,
  :environment_identifier,
  :service_identifier)
  SENSITIVE = []
  include Aws::Structure
end

#service_identifierString

The ID of the service.

Returns:

  • (String)


1553
1554
1555
1556
1557
1558
1559
# File 'gems/aws-sdk-migrationhubrefactorspaces/lib/aws-sdk-migrationhubrefactorspaces/types.rb', line 1553

class GetServiceRequest < Struct.new(
  :application_identifier,
  :environment_identifier,
  :service_identifier)
  SENSITIVE = []
  include Aws::Structure
end