Class: Aws::Types::OpsMetadata

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

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#creation_date::Time

Returns the value of attribute creation_date.

Returns:

  • (::Time)


3412
3413
3414
# File 'sig/types.rbs', line 3412

def creation_date
  @creation_date
end

#last_modified_date::Time

Returns the value of attribute last_modified_date.

Returns:

  • (::Time)


3410
3411
3412
# File 'sig/types.rbs', line 3410

def last_modified_date
  @last_modified_date
end

#last_modified_user::String

Returns the value of attribute last_modified_user.

Returns:

  • (::String)


3411
3412
3413
# File 'sig/types.rbs', line 3411

def last_modified_user
  @last_modified_user
end

#ops_metadata_arn::String

Returns the value of attribute ops_metadata_arn.

Returns:

  • (::String)


3409
3410
3411
# File 'sig/types.rbs', line 3409

def 
  @ops_metadata_arn
end

#resource_id::String

Returns the value of attribute resource_id.

Returns:

  • (::String)


3408
3409
3410
# File 'sig/types.rbs', line 3408

def resource_id
  @resource_id
end