Class: Aws::Types::AssessmentTarget

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

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#arn::String

Returns the value of attribute arn.

Returns:

  • (::String)


127
128
129
# File 'sig/types.rbs', line 127

def arn
  @arn
end

#created_at::Time

Returns the value of attribute created_at.

Returns:

  • (::Time)


130
131
132
# File 'sig/types.rbs', line 130

def created_at
  @created_at
end

#name::String

Returns the value of attribute name.

Returns:

  • (::String)


128
129
130
# File 'sig/types.rbs', line 128

def name
  @name
end

#resource_group_arn::String

Returns the value of attribute resource_group_arn.

Returns:

  • (::String)


129
130
131
# File 'sig/types.rbs', line 129

def resource_group_arn
  @resource_group_arn
end

#updated_at::Time

Returns the value of attribute updated_at.

Returns:

  • (::Time)


131
132
133
# File 'sig/types.rbs', line 131

def updated_at
  @updated_at
end