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)


1650
1651
1652
# File 'sig/types.rbs', line 1650

def created_at
  @created_at
end

#name::String

Returns the value of attribute name.

Returns:

  • (::String)


1644
1645
1646
# File 'sig/types.rbs', line 1644

def name
  @name
end

#organization_id::String

Returns the value of attribute organization_id.

Returns:

  • (::String)


1648
1649
1650
# File 'sig/types.rbs', line 1648

def organization_id
  @organization_id
end

#ou_id::String

Returns the value of attribute ou_id.

Returns:

  • (::String)


1649
1650
1651
# File 'sig/types.rbs', line 1649

def ou_id
  @ou_id
end

#services_count::Integer

Returns the value of attribute services_count.

Returns:

  • (::Integer)


1647
1648
1649
# File 'sig/types.rbs', line 1647

def services_count
  @services_count
end

#system_arn::String

Returns the value of attribute system_arn.

Returns:

  • (::String)


1645
1646
1647
# File 'sig/types.rbs', line 1645

def system_arn
  @system_arn
end

#system_id::String

Returns the value of attribute system_id.

Returns:

  • (::String)


1643
1644
1645
# File 'sig/types.rbs', line 1643

def system_id
  @system_id
end

#updated_at::Time

Returns the value of attribute updated_at.

Returns:

  • (::Time)


1651
1652
1653
# File 'sig/types.rbs', line 1651

def updated_at
  @updated_at
end

#user_journeys_count::Integer

Returns the value of attribute user_journeys_count.

Returns:

  • (::Integer)


1646
1647
1648
# File 'sig/types.rbs', line 1646

def user_journeys_count
  @user_journeys_count
end