Class: Aws::Types::DescribeLineageGroupResponse

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

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#created_byTypes::UserContext

Returns the value of attribute created_by.

Returns:



4632
4633
4634
# File 'sig/types.rbs', line 4632

def created_by
  @created_by
end

#creation_time::Time

Returns the value of attribute creation_time.

Returns:

  • (::Time)


4631
4632
4633
# File 'sig/types.rbs', line 4631

def creation_time
  @creation_time
end

#description::String

Returns the value of attribute description.

Returns:

  • (::String)


4630
4631
4632
# File 'sig/types.rbs', line 4630

def description
  @description
end

#display_name::String

Returns the value of attribute display_name.

Returns:

  • (::String)


4629
4630
4631
# File 'sig/types.rbs', line 4629

def display_name
  @display_name
end

#last_modified_byTypes::UserContext

Returns the value of attribute last_modified_by.

Returns:



4634
4635
4636
# File 'sig/types.rbs', line 4634

def last_modified_by
  @last_modified_by
end

#last_modified_time::Time

Returns the value of attribute last_modified_time.

Returns:

  • (::Time)


4633
4634
4635
# File 'sig/types.rbs', line 4633

def last_modified_time
  @last_modified_time
end

#lineage_group_arn::String

Returns the value of attribute lineage_group_arn.

Returns:

  • (::String)


4628
4629
4630
# File 'sig/types.rbs', line 4628

def lineage_group_arn
  @lineage_group_arn
end

#lineage_group_name::String

Returns the value of attribute lineage_group_name.

Returns:

  • (::String)


4627
4628
4629
# File 'sig/types.rbs', line 4627

def lineage_group_name
  @lineage_group_name
end