Class: Aws::Types::Project

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

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#account_id ⇒ ::String

Returns the value of attribute account_id.

Returns:

  • (::String)


742
743
744
# File 'sig/types.rbs', line 742

def 
  @account_id
end

#create_date ⇒ ::Time

Returns the value of attribute create_date.

Returns:

  • (::Time)


743
744
745
# File 'sig/types.rbs', line 743

def create_date
  @create_date
end

#created_by ⇒ ::String

Returns the value of attribute created_by.

Returns:

  • (::String)


744
745
746
# File 'sig/types.rbs', line 744

def created_by
  @created_by
end

#dataset_name ⇒ ::String

Returns the value of attribute dataset_name.

Returns:

  • (::String)


745
746
747
# File 'sig/types.rbs', line 745

def dataset_name
  @dataset_name
end

#last_modified_by ⇒ ::String

Returns the value of attribute last_modified_by.

Returns:

  • (::String)


747
748
749
# File 'sig/types.rbs', line 747

def last_modified_by
  @last_modified_by
end

#last_modified_date ⇒ ::Time

Returns the value of attribute last_modified_date.

Returns:

  • (::Time)


746
747
748
# File 'sig/types.rbs', line 746

def last_modified_date
  @last_modified_date
end

#name ⇒ ::String

Returns the value of attribute name.

Returns:

  • (::String)


748
749
750
# File 'sig/types.rbs', line 748

def name
  @name
end

#open_date ⇒ ::Time

Returns the value of attribute open_date.

Returns:

  • (::Time)


755
756
757
# File 'sig/types.rbs', line 755

def open_date
  @open_date
end

#opened_by ⇒ ::String

Returns the value of attribute opened_by.

Returns:

  • (::String)


754
755
756
# File 'sig/types.rbs', line 754

def opened_by
  @opened_by
end

#recipe_name ⇒ ::String

Returns the value of attribute recipe_name.

Returns:

  • (::String)


749
750
751
# File 'sig/types.rbs', line 749

def recipe_name
  @recipe_name
end

#resource_arn ⇒ ::String

Returns the value of attribute resource_arn.

Returns:

  • (::String)


750
751
752
# File 'sig/types.rbs', line 750

def resource_arn
  @resource_arn
end

#role_arn ⇒ ::String

Returns the value of attribute role_arn.

Returns:

  • (::String)


753
754
755
# File 'sig/types.rbs', line 753

def role_arn
  @role_arn
end

#sample ⇒ Types::Sample

Returns the value of attribute sample.

Returns:



751
752
753
# File 'sig/types.rbs', line 751

def sample
  @sample
end

#tags ⇒ ::Hash[::String, ::String]

Returns the value of attribute tags.

Returns:

  • (::Hash[::String, ::String])


752
753
754
# File 'sig/types.rbs', line 752

def tags
  @tags
end