Class: Aws::Types::UpdateProjectRequest
- Inherits:
-
Object
- Object
- Aws::Types::UpdateProjectRequest
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#name ⇒ ::String
Returns the value of attribute name.
-
#role_arn ⇒ ::String
Returns the value of attribute role_arn.
-
#sample ⇒ Types::Sample
Returns the value of attribute sample.
Instance Attribute Details
#name ⇒ ::String
Returns the value of attribute name.
1004 1005 1006 |
# File 'sig/types.rbs', line 1004 def name @name end |
#role_arn ⇒ ::String
Returns the value of attribute role_arn.
1003 1004 1005 |
# File 'sig/types.rbs', line 1003 def role_arn @role_arn end |
#sample ⇒ Types::Sample
Returns the value of attribute sample.
1002 1003 1004 |
# File 'sig/types.rbs', line 1002 def sample @sample end |