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)


1552
1553
1554
# File 'sig/types.rbs', line 1552

def created_at
  @created_at
end

#description::String

Returns the value of attribute description.

Returns:

  • (::String)


1546
1547
1548
# File 'sig/types.rbs', line 1546

def description
  @description
end

#kms_key_id::String

Returns the value of attribute kms_key_id.

Returns:

  • (::String)


1549
1550
1551
# File 'sig/types.rbs', line 1549

def kms_key_id
  @kms_key_id
end

#name::String

Returns the value of attribute name.

Returns:

  • (::String)


1545
1546
1547
# File 'sig/types.rbs', line 1545

def name
  @name
end

#organization_id::String

Returns the value of attribute organization_id.

Returns:

  • (::String)


1550
1551
1552
# File 'sig/types.rbs', line 1550

def organization_id
  @organization_id
end

#ou_id::String

Returns the value of attribute ou_id.

Returns:

  • (::String)


1551
1552
1553
# File 'sig/types.rbs', line 1551

def ou_id
  @ou_id
end

#sharing_enabledBoolean

Returns the value of attribute sharing_enabled.

Returns:

  • (Boolean)


1547
1548
1549
# File 'sig/types.rbs', line 1547

def sharing_enabled
  @sharing_enabled
end

#system_arn::String

Returns the value of attribute system_arn.

Returns:

  • (::String)


1543
1544
1545
# File 'sig/types.rbs', line 1543

def system_arn
  @system_arn
end

#system_id::String

Returns the value of attribute system_id.

Returns:

  • (::String)


1544
1545
1546
# File 'sig/types.rbs', line 1544

def system_id
  @system_id
end

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

Returns the value of attribute tags.

Returns:

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


1548
1549
1550
# File 'sig/types.rbs', line 1548

def tags
  @tags
end

#updated_at::Time

Returns the value of attribute updated_at.

Returns:

  • (::Time)


1553
1554
1555
# File 'sig/types.rbs', line 1553

def updated_at
  @updated_at
end