Module: Aws::Resiliencehubv2::Client::_UpdateDependencyResponseSuccess
- Includes:
- Seahorse::Client::_ResponseSuccess[Types::UpdateDependencyResponse]
- Defined in:
- sig/client.rbs
Instance Method Summary collapse
- #comment ⇒ ::String
- #criticality ⇒ "HARD", ...
- #dependency_id ⇒ ::String
- #dependency_name ⇒ ::String
- #location ⇒ ::String
- #provider ⇒ ::String
- #updated_at ⇒ ::Time
Instance Method Details
#comment ⇒ ::String
720 |
# File 'sig/client.rbs', line 720
def comment: () -> ::String
|
#criticality ⇒ "HARD", ...
719 |
# File 'sig/client.rbs', line 719
def criticality: () -> ("HARD" | "SOFT" | "UNKNOWN")
|
#dependency_id ⇒ ::String
716 |
# File 'sig/client.rbs', line 716
def dependency_id: () -> ::String
|
#dependency_name ⇒ ::String
717 |
# File 'sig/client.rbs', line 717
def dependency_name: () -> ::String
|
#location ⇒ ::String
718 |
# File 'sig/client.rbs', line 718
def location: () -> ::String
|
#provider ⇒ ::String
721 |
# File 'sig/client.rbs', line 721
def provider: () -> ::String
|
#updated_at ⇒ ::Time
722 |
# File 'sig/client.rbs', line 722
def updated_at: () -> ::Time
|