Class: Aws::ServerlessApplicationRepository::Types::UpdateApplicationRequest
- Inherits:
-
Struct
- Object
- Struct
- Aws::ServerlessApplicationRepository::Types::UpdateApplicationRequest
- Includes:
- Aws::Structure
- Defined in:
- lib/aws-sdk-serverlessapplicationrepository/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
- #application_id ⇒ String
- #author ⇒ String
- #description ⇒ String
- #home_page_url ⇒ String
- #labels ⇒ Array<String>
- #readme_body ⇒ String
- #readme_url ⇒ String
Instance Attribute Details
#application_id ⇒ String
1811 1812 1813 1814 1815 1816 1817 1818 1819 1820 1821 |
# File 'lib/aws-sdk-serverlessapplicationrepository/types.rb', line 1811 class UpdateApplicationRequest < Struct.new( :application_id, :author, :description, :home_page_url, :labels, :readme_body, :readme_url) SENSITIVE = [] include Aws::Structure end |
#author ⇒ String
1811 1812 1813 1814 1815 1816 1817 1818 1819 1820 1821 |
# File 'lib/aws-sdk-serverlessapplicationrepository/types.rb', line 1811 class UpdateApplicationRequest < Struct.new( :application_id, :author, :description, :home_page_url, :labels, :readme_body, :readme_url) SENSITIVE = [] include Aws::Structure end |
#description ⇒ String
1811 1812 1813 1814 1815 1816 1817 1818 1819 1820 1821 |
# File 'lib/aws-sdk-serverlessapplicationrepository/types.rb', line 1811 class UpdateApplicationRequest < Struct.new( :application_id, :author, :description, :home_page_url, :labels, :readme_body, :readme_url) SENSITIVE = [] include Aws::Structure end |
#home_page_url ⇒ String
1811 1812 1813 1814 1815 1816 1817 1818 1819 1820 1821 |
# File 'lib/aws-sdk-serverlessapplicationrepository/types.rb', line 1811 class UpdateApplicationRequest < Struct.new( :application_id, :author, :description, :home_page_url, :labels, :readme_body, :readme_url) SENSITIVE = [] include Aws::Structure end |
#labels ⇒ Array<String>
1811 1812 1813 1814 1815 1816 1817 1818 1819 1820 1821 |
# File 'lib/aws-sdk-serverlessapplicationrepository/types.rb', line 1811 class UpdateApplicationRequest < Struct.new( :application_id, :author, :description, :home_page_url, :labels, :readme_body, :readme_url) SENSITIVE = [] include Aws::Structure end |
#readme_body ⇒ String
1811 1812 1813 1814 1815 1816 1817 1818 1819 1820 1821 |
# File 'lib/aws-sdk-serverlessapplicationrepository/types.rb', line 1811 class UpdateApplicationRequest < Struct.new( :application_id, :author, :description, :home_page_url, :labels, :readme_body, :readme_url) SENSITIVE = [] include Aws::Structure end |
#readme_url ⇒ String
1811 1812 1813 1814 1815 1816 1817 1818 1819 1820 1821 |
# File 'lib/aws-sdk-serverlessapplicationrepository/types.rb', line 1811 class UpdateApplicationRequest < Struct.new( :application_id, :author, :description, :home_page_url, :labels, :readme_body, :readme_url) SENSITIVE = [] include Aws::Structure end |