Class: Aws::Types::SystemSummary

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

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#created_at::Time

Returns the value of attribute created_at.

Returns:

  • (::Time)


1600
1601
1602
# File 'sig/types.rbs', line 1600

def created_at
  @created_at
end

#name::String

Returns the value of attribute name.

Returns:

  • (::String)


1594
1595
1596
# File 'sig/types.rbs', line 1594

def name
  @name
end

#organization_id::String

Returns the value of attribute organization_id.

Returns:

  • (::String)


1598
1599
1600
# File 'sig/types.rbs', line 1598

def organization_id
  @organization_id
end

#ou_id::String

Returns the value of attribute ou_id.

Returns:

  • (::String)


1599
1600
1601
# File 'sig/types.rbs', line 1599

def ou_id
  @ou_id
end

#services_count::Integer

Returns the value of attribute services_count.

Returns:

  • (::Integer)


1597
1598
1599
# File 'sig/types.rbs', line 1597

def services_count
  @services_count
end

#system_arn::String

Returns the value of attribute system_arn.

Returns:

  • (::String)


1595
1596
1597
# File 'sig/types.rbs', line 1595

def system_arn
  @system_arn
end

#system_id::String

Returns the value of attribute system_id.

Returns:

  • (::String)


1593
1594
1595
# File 'sig/types.rbs', line 1593

def system_id
  @system_id
end

#updated_at::Time

Returns the value of attribute updated_at.

Returns:

  • (::Time)


1601
1602
1603
# File 'sig/types.rbs', line 1601

def updated_at
  @updated_at
end

#user_journeys_count::Integer

Returns the value of attribute user_journeys_count.

Returns:

  • (::Integer)


1596
1597
1598
# File 'sig/types.rbs', line 1596

def user_journeys_count
  @user_journeys_count
end