Class: Aws::B2bi::Types::ProfileSummary
- Inherits:
-
Struct
- Object
- Struct
- Aws::B2bi::Types::ProfileSummary
- 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
-
#business_name ⇒ String
Returns the name for the business associated with this profile.
-
#created_at ⇒ Time
Returns the timestamp for creation date and time of the profile.
-
#log_group_name ⇒ String
Returns the name of the logging group.
-
#logging ⇒ String
Specifies whether or not logging is enabled for this profile.
-
#modified_at ⇒ Time
Returns the timestamp that identifies the most recent date and time that the profile was modified.
-
#name ⇒ String
Returns the display name for profile.
-
#profile_id ⇒ String
Returns the unique, system-generated identifier for the profile.
Instance Attribute Details
#business_name ⇒ String
Returns the name for the business associated with this profile.
1675 1676 1677 1678 1679 1680 1681 1682 1683 1684 1685 |
# File 'gems/aws-sdk-b2bi/lib/aws-sdk-b2bi/types.rb', line 1675 class ProfileSummary < Struct.new( :profile_id, :name, :business_name, :logging, :log_group_name, :created_at, :modified_at) SENSITIVE = [] include Aws::Structure end |
#created_at ⇒ Time
Returns the timestamp for creation date and time of the profile.
1675 1676 1677 1678 1679 1680 1681 1682 1683 1684 1685 |
# File 'gems/aws-sdk-b2bi/lib/aws-sdk-b2bi/types.rb', line 1675 class ProfileSummary < Struct.new( :profile_id, :name, :business_name, :logging, :log_group_name, :created_at, :modified_at) SENSITIVE = [] include Aws::Structure end |
#log_group_name ⇒ String
Returns the name of the logging group.
1675 1676 1677 1678 1679 1680 1681 1682 1683 1684 1685 |
# File 'gems/aws-sdk-b2bi/lib/aws-sdk-b2bi/types.rb', line 1675 class ProfileSummary < Struct.new( :profile_id, :name, :business_name, :logging, :log_group_name, :created_at, :modified_at) SENSITIVE = [] include Aws::Structure end |
#logging ⇒ String
Specifies whether or not logging is enabled for this profile.
1675 1676 1677 1678 1679 1680 1681 1682 1683 1684 1685 |
# File 'gems/aws-sdk-b2bi/lib/aws-sdk-b2bi/types.rb', line 1675 class ProfileSummary < Struct.new( :profile_id, :name, :business_name, :logging, :log_group_name, :created_at, :modified_at) SENSITIVE = [] include Aws::Structure end |
#modified_at ⇒ Time
Returns the timestamp that identifies the most recent date and time that the profile was modified.
1675 1676 1677 1678 1679 1680 1681 1682 1683 1684 1685 |
# File 'gems/aws-sdk-b2bi/lib/aws-sdk-b2bi/types.rb', line 1675 class ProfileSummary < Struct.new( :profile_id, :name, :business_name, :logging, :log_group_name, :created_at, :modified_at) SENSITIVE = [] include Aws::Structure end |
#name ⇒ String
Returns the display name for profile.
1675 1676 1677 1678 1679 1680 1681 1682 1683 1684 1685 |
# File 'gems/aws-sdk-b2bi/lib/aws-sdk-b2bi/types.rb', line 1675 class ProfileSummary < Struct.new( :profile_id, :name, :business_name, :logging, :log_group_name, :created_at, :modified_at) SENSITIVE = [] include Aws::Structure end |
#profile_id ⇒ String
Returns the unique, system-generated identifier for the profile.
1675 1676 1677 1678 1679 1680 1681 1682 1683 1684 1685 |
# File 'gems/aws-sdk-b2bi/lib/aws-sdk-b2bi/types.rb', line 1675 class ProfileSummary < Struct.new( :profile_id, :name, :business_name, :logging, :log_group_name, :created_at, :modified_at) SENSITIVE = [] include Aws::Structure end |