Class: Aws::Types::ProfileNotificationSummary

Inherits:
Object
  • Object
show all
Defined in:
sig/types.rbs

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#current_profile_version ⇒ ::String

Returns the value of attribute current_profile_version.

Returns:

  • (::String)


1517
1518
1519
# File 'sig/types.rbs', line 1517

def current_profile_version
  @current_profile_version
end

#latest_profile_version ⇒ ::String

Returns the value of attribute latest_profile_version.

Returns:

  • (::String)


1518
1519
1520
# File 'sig/types.rbs', line 1518

def latest_profile_version
  @latest_profile_version
end

#profile_arn ⇒ ::String

Returns the value of attribute profile_arn.

Returns:

  • (::String)


1520
1521
1522
# File 'sig/types.rbs', line 1520

def profile_arn
  @profile_arn
end

#profile_name ⇒ ::String

Returns the value of attribute profile_name.

Returns:

  • (::String)


1521
1522
1523
# File 'sig/types.rbs', line 1521

def profile_name
  @profile_name
end

#type ⇒ "PROFILE_ANSWERS_UPDATED", "PROFILE_DELETED"

Returns the value of attribute type.

Returns:

  • ("PROFILE_ANSWERS_UPDATED", "PROFILE_DELETED")


1519
1520
1521
# File 'sig/types.rbs', line 1519

def type
  @type
end

#workload_id ⇒ ::String

Returns the value of attribute workload_id.

Returns:

  • (::String)


1522
1523
1524
# File 'sig/types.rbs', line 1522

def workload_id
  @workload_id
end

#workload_name ⇒ ::String

Returns the value of attribute workload_name.

Returns:

  • (::String)


1523
1524
1525
# File 'sig/types.rbs', line 1523

def workload_name
  @workload_name
end