Class: Aws::Types::Asset

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)


12
13
14
# File 'sig/types.rbs', line 12

def arn
  @arn
end

#created_at::String

Returns the value of attribute created_at.

Returns:

  • (::String)


13
14
15
# File 'sig/types.rbs', line 13

def created_at
  @created_at
end

#egress_endpoints::Array[Types::EgressEndpoint]

Returns the value of attribute egress_endpoints.

Returns:



14
15
16
# File 'sig/types.rbs', line 14

def egress_endpoints
  @egress_endpoints
end

#id::String

Returns the value of attribute id.

Returns:

  • (::String)


15
16
17
# File 'sig/types.rbs', line 15

def id
  @id
end

#packaging_group_id::String

Returns the value of attribute packaging_group_id.

Returns:

  • (::String)


16
17
18
# File 'sig/types.rbs', line 16

def packaging_group_id
  @packaging_group_id
end

#resource_id::String

Returns the value of attribute resource_id.

Returns:

  • (::String)


17
18
19
# File 'sig/types.rbs', line 17

def resource_id
  @resource_id
end

#source_arn::String

Returns the value of attribute source_arn.

Returns:

  • (::String)


18
19
20
# File 'sig/types.rbs', line 18

def source_arn
  @source_arn
end

#source_role_arn::String

Returns the value of attribute source_role_arn.

Returns:

  • (::String)


19
20
21
# File 'sig/types.rbs', line 19

def source_role_arn
  @source_role_arn
end

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

Returns the value of attribute tags.

Returns:

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


20
21
22
# File 'sig/types.rbs', line 20

def tags
  @tags
end