Class: Aws::Types::System

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

Constant Summary collapse

SENSITIVE =

Returns:

  • ([:tags])

Instance Attribute Summary collapse

Instance Attribute Details

#created_at::Time

Returns the value of attribute created_at.

Returns:

  • (::Time)


1502
1503
1504
# File 'sig/types.rbs', line 1502

def created_at
  @created_at
end

#description::String

Returns the value of attribute description.

Returns:

  • (::String)


1496
1497
1498
# File 'sig/types.rbs', line 1496

def description
  @description
end

#kms_key_id::String

Returns the value of attribute kms_key_id.

Returns:

  • (::String)


1499
1500
1501
# File 'sig/types.rbs', line 1499

def kms_key_id
  @kms_key_id
end

#name::String

Returns the value of attribute name.

Returns:

  • (::String)


1495
1496
1497
# File 'sig/types.rbs', line 1495

def name
  @name
end

#organization_id::String

Returns the value of attribute organization_id.

Returns:

  • (::String)


1500
1501
1502
# File 'sig/types.rbs', line 1500

def organization_id
  @organization_id
end

#ou_id::String

Returns the value of attribute ou_id.

Returns:

  • (::String)


1501
1502
1503
# File 'sig/types.rbs', line 1501

def ou_id
  @ou_id
end

#sharing_enabledBoolean

Returns the value of attribute sharing_enabled.

Returns:

  • (Boolean)


1497
1498
1499
# File 'sig/types.rbs', line 1497

def sharing_enabled
  @sharing_enabled
end

#system_arn::String

Returns the value of attribute system_arn.

Returns:

  • (::String)


1493
1494
1495
# File 'sig/types.rbs', line 1493

def system_arn
  @system_arn
end

#system_id::String

Returns the value of attribute system_id.

Returns:

  • (::String)


1494
1495
1496
# File 'sig/types.rbs', line 1494

def system_id
  @system_id
end

#tags::Hash[::String, ::String]

Returns the value of attribute tags.

Returns:

  • (::Hash[::String, ::String])


1498
1499
1500
# File 'sig/types.rbs', line 1498

def tags
  @tags
end

#updated_at::Time

Returns the value of attribute updated_at.

Returns:

  • (::Time)


1503
1504
1505
# File 'sig/types.rbs', line 1503

def updated_at
  @updated_at
end