Class: Aws::Types::AssetShallow

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)


41
42
43
# File 'sig/types.rbs', line 41

def arn
  @arn
end

#created_at::String

Returns the value of attribute created_at.

Returns:

  • (::String)


42
43
44
# File 'sig/types.rbs', line 42

def created_at
  @created_at
end

#id::String

Returns the value of attribute id.

Returns:

  • (::String)


43
44
45
# File 'sig/types.rbs', line 43

def id
  @id
end

#packaging_group_id::String

Returns the value of attribute packaging_group_id.

Returns:

  • (::String)


44
45
46
# File 'sig/types.rbs', line 44

def packaging_group_id
  @packaging_group_id
end

#resource_id::String

Returns the value of attribute resource_id.

Returns:

  • (::String)


45
46
47
# File 'sig/types.rbs', line 45

def resource_id
  @resource_id
end

#source_arn::String

Returns the value of attribute source_arn.

Returns:

  • (::String)


46
47
48
# File 'sig/types.rbs', line 46

def source_arn
  @source_arn
end

#source_role_arn::String

Returns the value of attribute source_role_arn.

Returns:

  • (::String)


47
48
49
# File 'sig/types.rbs', line 47

def source_role_arn
  @source_role_arn
end

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

Returns the value of attribute tags.

Returns:

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


48
49
50
# File 'sig/types.rbs', line 48

def tags
  @tags
end