Class: Aws::B2bi::Types::GetProfileRequest

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

Overview

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#profile_idString

Specifies the unique, system-generated identifier for the profile.

Returns:

  • (String)


778
779
780
781
782
# File 'gems/aws-sdk-b2bi/lib/aws-sdk-b2bi/types.rb', line 778

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