Class: Aws::B2bi::Types::ProfileSummary

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

Overview

Contains the details for a profile. A profile is the mechanism used to create the concept of a private network.

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#business_nameString

Returns the name for the business associated with this profile.

Returns:

  • (String)


1269
1270
1271
1272
1273
1274
1275
1276
1277
1278
1279
# File 'gems/aws-sdk-b2bi/lib/aws-sdk-b2bi/types.rb', line 1269

class ProfileSummary < Struct.new(
  :profile_id,
  :name,
  :business_name,
  :logging,
  :log_group_name,
  :created_at,
  :modified_at)
  SENSITIVE = []
  include Aws::Structure
end

#created_atTime

Returns the timestamp for creation date and time of the profile.

Returns:

  • (Time)


1269
1270
1271
1272
1273
1274
1275
1276
1277
1278
1279
# File 'gems/aws-sdk-b2bi/lib/aws-sdk-b2bi/types.rb', line 1269

class ProfileSummary < Struct.new(
  :profile_id,
  :name,
  :business_name,
  :logging,
  :log_group_name,
  :created_at,
  :modified_at)
  SENSITIVE = []
  include Aws::Structure
end

#log_group_nameString

Returns the name of the logging group.

Returns:

  • (String)


1269
1270
1271
1272
1273
1274
1275
1276
1277
1278
1279
# File 'gems/aws-sdk-b2bi/lib/aws-sdk-b2bi/types.rb', line 1269

class ProfileSummary < Struct.new(
  :profile_id,
  :name,
  :business_name,
  :logging,
  :log_group_name,
  :created_at,
  :modified_at)
  SENSITIVE = []
  include Aws::Structure
end

#loggingString

Specifies whether or not logging is enabled for this profile.

Returns:

  • (String)


1269
1270
1271
1272
1273
1274
1275
1276
1277
1278
1279
# File 'gems/aws-sdk-b2bi/lib/aws-sdk-b2bi/types.rb', line 1269

class ProfileSummary < Struct.new(
  :profile_id,
  :name,
  :business_name,
  :logging,
  :log_group_name,
  :created_at,
  :modified_at)
  SENSITIVE = []
  include Aws::Structure
end

#modified_atTime

Returns the timestamp that identifies the most recent date and time that the profile was modified.

Returns:

  • (Time)


1269
1270
1271
1272
1273
1274
1275
1276
1277
1278
1279
# File 'gems/aws-sdk-b2bi/lib/aws-sdk-b2bi/types.rb', line 1269

class ProfileSummary < Struct.new(
  :profile_id,
  :name,
  :business_name,
  :logging,
  :log_group_name,
  :created_at,
  :modified_at)
  SENSITIVE = []
  include Aws::Structure
end

#nameString

Returns the display name for profile.

Returns:

  • (String)


1269
1270
1271
1272
1273
1274
1275
1276
1277
1278
1279
# File 'gems/aws-sdk-b2bi/lib/aws-sdk-b2bi/types.rb', line 1269

class ProfileSummary < Struct.new(
  :profile_id,
  :name,
  :business_name,
  :logging,
  :log_group_name,
  :created_at,
  :modified_at)
  SENSITIVE = []
  include Aws::Structure
end

#profile_idString

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

Returns:

  • (String)


1269
1270
1271
1272
1273
1274
1275
1276
1277
1278
1279
# File 'gems/aws-sdk-b2bi/lib/aws-sdk-b2bi/types.rb', line 1269

class ProfileSummary < Struct.new(
  :profile_id,
  :name,
  :business_name,
  :logging,
  :log_group_name,
  :created_at,
  :modified_at)
  SENSITIVE = []
  include Aws::Structure
end