Module: Aws::SecurityAgent::Client::_GetArtifactResponseSuccess
- Includes:
- Seahorse::Client::_ResponseSuccess[Types::GetArtifactOutput]
- Defined in:
- sig/client.rbs
Instance Method Summary collapse
- #agent_space_id ⇒ ::String
- #artifact ⇒ Types::Artifact
- #artifact_id ⇒ ::String
- #file_name ⇒ ::String
- #updated_at ⇒ ::Time
Instance Method Details
#agent_space_id ⇒ ::String
804 |
# File 'sig/client.rbs', line 804
def agent_space_id: () -> ::String
|
#artifact ⇒ Types::Artifact
806 |
# File 'sig/client.rbs', line 806
def artifact: () -> Types::Artifact
|
#artifact_id ⇒ ::String
805 |
# File 'sig/client.rbs', line 805
def artifact_id: () -> ::String
|
#file_name ⇒ ::String
807 |
# File 'sig/client.rbs', line 807
def file_name: () -> ::String
|
#updated_at ⇒ ::Time
808 |
# File 'sig/client.rbs', line 808
def updated_at: () -> ::Time
|