Class: Aws::Types::RevisionLocation

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

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#app_spec_contentTypes::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_locationTypes::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.

Returns:



1144
1145
1146
# File 'sig/types.rbs', line 1144

def revision_type
  @revision_type
end

#s3_locationTypes::S3Location

Returns the value of attribute s3_location.

Returns:



1145
1146
1147
# File 'sig/types.rbs', line 1145

def s3_location
  @s3_location
end

#stringTypes::RawString

Returns the value of attribute string.

Returns:



1147
1148
1149
# File 'sig/types.rbs', line 1147

def string
  @string
end