Class: Aws::Types::LensSummary

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)


1049
1050
1051
# File 'sig/types.rbs', line 1049

def created_at
  @created_at
end

#description ⇒ ::String

Returns the value of attribute description.

Returns:

  • (::String)


1048
1049
1050
# File 'sig/types.rbs', line 1048

def description
  @description
end

#lens_alias ⇒ ::String

Returns the value of attribute lens_alias.

Returns:

  • (::String)


1045
1046
1047
# File 'sig/types.rbs', line 1045

def lens_alias
  @lens_alias
end

#lens_arn ⇒ ::String

Returns the value of attribute lens_arn.

Returns:

  • (::String)


1044
1045
1046
# File 'sig/types.rbs', line 1044

def lens_arn
  @lens_arn
end

#lens_name ⇒ ::String

Returns the value of attribute lens_name.

Returns:

  • (::String)


1046
1047
1048
# File 'sig/types.rbs', line 1046

def lens_name
  @lens_name
end

#lens_status ⇒ "CURRENT", ...

Returns the value of attribute lens_status.

Returns:

  • ("CURRENT", "NOT_CURRENT", "DEPRECATED", "DELETED", "UNSHARED")


1053
1054
1055
# File 'sig/types.rbs', line 1053

def lens_status
  @lens_status
end

#lens_type ⇒ "AWS_OFFICIAL", ...

Returns the value of attribute lens_type.

Returns:

  • ("AWS_OFFICIAL", "CUSTOM_SHARED", "CUSTOM_SELF")


1047
1048
1049
# File 'sig/types.rbs', line 1047

def lens_type
  @lens_type
end

#lens_version ⇒ ::String

Returns the value of attribute lens_version.

Returns:

  • (::String)


1051
1052
1053
# File 'sig/types.rbs', line 1051

def lens_version
  @lens_version
end

#owner ⇒ ::String

Returns the value of attribute owner.

Returns:

  • (::String)


1052
1053
1054
# File 'sig/types.rbs', line 1052

def owner
  @owner
end

#updated_at ⇒ ::Time

Returns the value of attribute updated_at.

Returns:

  • (::Time)


1050
1051
1052
# File 'sig/types.rbs', line 1050

def updated_at
  @updated_at
end