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)


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

def portal_id
  @portal_id
end

#project_arn::String

Returns the value of attribute project_arn.

Returns:

  • (::String)


1911
1912
1913
# File 'sig/types.rbs', line 1911

def project_arn
  @project_arn
end

#project_creation_date::Time

Returns the value of attribute project_creation_date.

Returns:

  • (::Time)


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

def project_creation_date
  @project_creation_date
end

#project_description::String

Returns the value of attribute project_description.

Returns:

  • (::String)


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

def project_description
  @project_description
end

#project_id::String

Returns the value of attribute project_id.

Returns:

  • (::String)


1910
1911
1912
# File 'sig/types.rbs', line 1910

def project_id
  @project_id
end

#project_last_update_date::Time

Returns the value of attribute project_last_update_date.

Returns:

  • (::Time)


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

def project_last_update_date
  @project_last_update_date
end

#project_name::String

Returns the value of attribute project_name.

Returns:

  • (::String)


1912
1913
1914
# File 'sig/types.rbs', line 1912

def project_name
  @project_name
end