Class: Aws::Types::UpdateProjectRequest

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

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#name ⇒ ::String

Returns the value of attribute name.

Returns:

  • (::String)


1004
1005
1006
# File 'sig/types.rbs', line 1004

def name
  @name
end

#role_arn ⇒ ::String

Returns the value of attribute role_arn.

Returns:

  • (::String)


1003
1004
1005
# File 'sig/types.rbs', line 1003

def role_arn
  @role_arn
end

#sample ⇒ Types::Sample

Returns the value of attribute sample.

Returns:



1002
1003
1004
# File 'sig/types.rbs', line 1002

def sample
  @sample
end