Class: Aws::Types::DataArtifact

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

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#data_classification::String

Returns the value of attribute data_classification.

Returns:

  • (::String)


124
125
126
# File 'sig/types.rbs', line 124

def data_classification
  @data_classification
end

#description::String

Returns the value of attribute description.

Returns:

  • (::String)


121
122
123
# File 'sig/types.rbs', line 121

def description
  @description
end

#resource_arn::String

Returns the value of attribute resource_arn.

Returns:

  • (::String)


122
123
124
# File 'sig/types.rbs', line 122

def resource_arn
  @resource_arn
end

#resource_type::String

Returns the value of attribute resource_type.

Returns:

  • (::String)


123
124
125
# File 'sig/types.rbs', line 123

def resource_type
  @resource_type
end