Class: Aws::Types::CreateAssetRequest

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

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#id::String

Returns the value of attribute id.

Returns:

  • (::String)


95
96
97
# File 'sig/types.rbs', line 95

def id
  @id
end

#packaging_group_id::String

Returns the value of attribute packaging_group_id.

Returns:

  • (::String)


96
97
98
# File 'sig/types.rbs', line 96

def packaging_group_id
  @packaging_group_id
end

#resource_id::String

Returns the value of attribute resource_id.

Returns:

  • (::String)


97
98
99
# File 'sig/types.rbs', line 97

def resource_id
  @resource_id
end

#source_arn::String

Returns the value of attribute source_arn.

Returns:

  • (::String)


98
99
100
# File 'sig/types.rbs', line 98

def source_arn
  @source_arn
end

#source_role_arn::String

Returns the value of attribute source_role_arn.

Returns:

  • (::String)


99
100
101
# File 'sig/types.rbs', line 99

def source_role_arn
  @source_role_arn
end

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

Returns the value of attribute tags.

Returns:

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


100
101
102
# File 'sig/types.rbs', line 100

def tags
  @tags
end