Class: Aws::Types::SubjectSummary

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)


293
294
295
# File 'sig/types.rbs', line 293

def created_at
  @created_at
end

#enabledBoolean

Returns the value of attribute enabled.

Returns:

  • (Boolean)


290
291
292
# File 'sig/types.rbs', line 290

def enabled
  @enabled
end

#last_seen_at::Time

Returns the value of attribute last_seen_at.

Returns:

  • (::Time)


292
293
294
# File 'sig/types.rbs', line 292

def last_seen_at
  @last_seen_at
end

#subject_arn::String

Returns the value of attribute subject_arn.

Returns:

  • (::String)


288
289
290
# File 'sig/types.rbs', line 288

def subject_arn
  @subject_arn
end

#subject_id::String

Returns the value of attribute subject_id.

Returns:

  • (::String)


289
290
291
# File 'sig/types.rbs', line 289

def subject_id
  @subject_id
end

#updated_at::Time

Returns the value of attribute updated_at.

Returns:

  • (::Time)


294
295
296
# File 'sig/types.rbs', line 294

def updated_at
  @updated_at
end

#x509_subject::String

Returns the value of attribute x509_subject.

Returns:

  • (::String)


291
292
293
# File 'sig/types.rbs', line 291

def x509_subject
  @x509_subject
end