Class: Aws::Types::SubjectDetail

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)


275
276
277
# File 'sig/types.rbs', line 275

def created_at
  @created_at
end

#credentials::Array[Types::CredentialSummary]

Returns the value of attribute credentials.

Returns:



277
278
279
# File 'sig/types.rbs', line 277

def credentials
  @credentials
end

#enabledBoolean

Returns the value of attribute enabled.

Returns:

  • (Boolean)


272
273
274
# File 'sig/types.rbs', line 272

def enabled
  @enabled
end

#instance_properties::Array[Types::InstanceProperty]

Returns the value of attribute instance_properties.

Returns:



278
279
280
# File 'sig/types.rbs', line 278

def instance_properties
  @instance_properties
end

#last_seen_at::Time

Returns the value of attribute last_seen_at.

Returns:

  • (::Time)


274
275
276
# File 'sig/types.rbs', line 274

def last_seen_at
  @last_seen_at
end

#subject_arn::String

Returns the value of attribute subject_arn.

Returns:

  • (::String)


270
271
272
# File 'sig/types.rbs', line 270

def subject_arn
  @subject_arn
end

#subject_id::String

Returns the value of attribute subject_id.

Returns:

  • (::String)


271
272
273
# File 'sig/types.rbs', line 271

def subject_id
  @subject_id
end

#updated_at::Time

Returns the value of attribute updated_at.

Returns:

  • (::Time)


276
277
278
# File 'sig/types.rbs', line 276

def updated_at
  @updated_at
end

#x509_subject::String

Returns the value of attribute x509_subject.

Returns:

  • (::String)


273
274
275
# File 'sig/types.rbs', line 273

def x509_subject
  @x509_subject
end