Class: Aws::Types::RevisionLocation
- Inherits:
-
Object
- Object
- Aws::Types::RevisionLocation
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#app_spec_content ⇒ Types::AppSpecContent
Returns the value of attribute app_spec_content.
-
#git_hub_location ⇒ Types::GitHubLocation
Returns the value of attribute git_hub_location.
-
#revision_type ⇒ "S3", ...
Returns the value of attribute revision_type.
-
#s3_location ⇒ Types::S3Location
Returns the value of attribute s3_location.
-
#string ⇒ Types::RawString
Returns the value of attribute string.
Instance Attribute Details
#app_spec_content ⇒ Types::AppSpecContent
Returns the value of attribute app_spec_content.
1148 1149 1150 |
# File 'sig/types.rbs', line 1148 def app_spec_content @app_spec_content end |
#git_hub_location ⇒ Types::GitHubLocation
Returns the value of attribute git_hub_location.
1146 1147 1148 |
# File 'sig/types.rbs', line 1146 def git_hub_location @git_hub_location end |
#revision_type ⇒ "S3", ...
Returns the value of attribute revision_type.
1144 1145 1146 |
# File 'sig/types.rbs', line 1144 def revision_type @revision_type end |
#s3_location ⇒ Types::S3Location
Returns the value of attribute s3_location.
1145 1146 1147 |
# File 'sig/types.rbs', line 1145 def s3_location @s3_location end |
#string ⇒ Types::RawString
Returns the value of attribute string.
1147 1148 1149 |
# File 'sig/types.rbs', line 1147 def string @string end |