Class: Aws::Types::ProfileSummary

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

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#created_at ⇒ ::Time

Returns the value of attribute created_at.

Returns:

  • (::Time)


1558
1559
1560
# File 'sig/types.rbs', line 1558

def created_at
  @created_at
end

#owner ⇒ ::String

Returns the value of attribute owner.

Returns:

  • (::String)


1557
1558
1559
# File 'sig/types.rbs', line 1557

def owner
  @owner
end

#profile_arn ⇒ ::String

Returns the value of attribute profile_arn.

Returns:

  • (::String)


1553
1554
1555
# File 'sig/types.rbs', line 1553

def profile_arn
  @profile_arn
end

#profile_description ⇒ ::String

Returns the value of attribute profile_description.

Returns:

  • (::String)


1556
1557
1558
# File 'sig/types.rbs', line 1556

def profile_description
  @profile_description
end

#profile_name ⇒ ::String

Returns the value of attribute profile_name.

Returns:

  • (::String)


1555
1556
1557
# File 'sig/types.rbs', line 1555

def profile_name
  @profile_name
end

#profile_version ⇒ ::String

Returns the value of attribute profile_version.

Returns:

  • (::String)


1554
1555
1556
# File 'sig/types.rbs', line 1554

def profile_version
  @profile_version
end

#updated_at ⇒ ::Time

Returns the value of attribute updated_at.

Returns:

  • (::Time)


1559
1560
1561
# File 'sig/types.rbs', line 1559

def updated_at
  @updated_at
end