Class: Aws::Types::GetArtifactOutput

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

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#agent_space_id::String

Returns the value of attribute agent_space_id.

Returns:

  • (::String)


1081
1082
1083
# File 'sig/types.rbs', line 1081

def agent_space_id
  @agent_space_id
end

#artifactTypes::Artifact

Returns the value of attribute artifact.

Returns:



1083
1084
1085
# File 'sig/types.rbs', line 1083

def artifact
  @artifact
end

#artifact_id::String

Returns the value of attribute artifact_id.

Returns:

  • (::String)


1082
1083
1084
# File 'sig/types.rbs', line 1082

def artifact_id
  @artifact_id
end

#file_name::String

Returns the value of attribute file_name.

Returns:

  • (::String)


1084
1085
1086
# File 'sig/types.rbs', line 1084

def file_name
  @file_name
end

#updated_at::Time

Returns the value of attribute updated_at.

Returns:

  • (::Time)


1085
1086
1087
# File 'sig/types.rbs', line 1085

def updated_at
  @updated_at
end