Class: Aws::Types::DescribeProjectResponse

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

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#portal_id::String

Returns the value of attribute portal_id.

Returns:

  • (::String)


1917
1918
1919
# File 'sig/types.rbs', line 1917

def portal_id
  @portal_id
end

#project_arn::String

Returns the value of attribute project_arn.

Returns:

  • (::String)


1915
1916
1917
# File 'sig/types.rbs', line 1915

def project_arn
  @project_arn
end

#project_creation_date::Time

Returns the value of attribute project_creation_date.

Returns:

  • (::Time)


1919
1920
1921
# File 'sig/types.rbs', line 1919

def project_creation_date
  @project_creation_date
end

#project_description::String

Returns the value of attribute project_description.

Returns:

  • (::String)


1918
1919
1920
# File 'sig/types.rbs', line 1918

def project_description
  @project_description
end

#project_id::String

Returns the value of attribute project_id.

Returns:

  • (::String)


1914
1915
1916
# File 'sig/types.rbs', line 1914

def project_id
  @project_id
end

#project_last_update_date::Time

Returns the value of attribute project_last_update_date.

Returns:

  • (::Time)


1920
1921
1922
# File 'sig/types.rbs', line 1920

def project_last_update_date
  @project_last_update_date
end

#project_name::String

Returns the value of attribute project_name.

Returns:

  • (::String)


1916
1917
1918
# File 'sig/types.rbs', line 1916

def project_name
  @project_name
end